diff options
author | Len Brown <len.brown@intel.com> | 2008-10-23 05:20:05 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-23 05:20:05 +0200 |
commit | 4538fad56ee1c16bce0294b5647d2551f0e03164 (patch) | |
tree | bbfe1b95eb38f2cf160c6521dc32f9a9dbc82cd2 /arch/x86 | |
parent | Merge branch 'bugzilla-11481' into test (diff) | |
parent | cpuidle: upon BIOS bug, default to default_idle rather than polling (diff) | |
download | linux-4538fad56ee1c16bce0294b5647d2551f0e03164.tar.xz linux-4538fad56ee1c16bce0294b5647d2551f0e03164.zip |
Merge branch 'cpuidle' into test
Diffstat (limited to 'arch/x86')
-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 |