diff options
author | Len Brown <len.brown@intel.com> | 2006-06-15 21:41:53 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-06-15 21:41:53 +0200 |
commit | 3e8e7c93d7eb091463839b5212789c4aae09459e (patch) | |
tree | 697a04ce1202b8d8ff398b96944be844329b713c /include/asm-x86_64 | |
parent | Pull trivial into release branch (diff) | |
parent | [ACPI] enable SMP C-states on x86_64 (diff) | |
download | linux-3e8e7c93d7eb091463839b5212789c4aae09459e.tar.xz linux-3e8e7c93d7eb091463839b5212789c4aae09459e.zip |
Pull bugzilla-5653 into release branch
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/acpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/acpi.h b/include/asm-x86_64/acpi.h index aa1c7b2e438c..2c95a319c056 100644 --- a/include/asm-x86_64/acpi.h +++ b/include/asm-x86_64/acpi.h @@ -162,6 +162,8 @@ extern int acpi_pci_disabled; extern u8 x86_acpiid_to_apicid[]; +#define ARCH_HAS_POWER_INIT 1 + extern int acpi_skip_timer_override; #endif /*__KERNEL__*/ |