diff options
author | Len Brown <len.brown@intel.com> | 2008-10-22 23:20:05 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-22 23:20:05 -0400 |
commit | 4538fad56ee1c16bce0294b5647d2551f0e03164 (patch) | |
tree | bbfe1b95eb38f2cf160c6521dc32f9a9dbc82cd2 /arch | |
parent | ebd7e45f6d27556c94216024212a462aaf899ecb (diff) | |
parent | 89cedfefca1d446ee2598fd3bcbb23ee3802e26a (diff) |
Merge branch 'cpuidle' into test
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ed92864d1325..f8caf040650e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -123,6 +123,9 @@ config GENERIC_TIME_VSYSCALL config ARCH_HAS_CPU_RELAX def_bool y +config ARCH_HAS_DEFAULT_IDLE + def_bool y + config ARCH_HAS_CACHE_LINE_SIZE def_bool y |