diff options
Diffstat (limited to 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/acpi.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/asm-ia64/acpi.h b/include/asm-ia64/acpi.h index 5d03792d4f65..5b526357d178 100644 --- a/include/asm-ia64/acpi.h +++ b/include/asm-ia64/acpi.h | |||
@@ -30,6 +30,8 @@ | |||
30 | 30 | ||
31 | #ifdef __KERNEL__ | 31 | #ifdef __KERNEL__ |
32 | 32 | ||
33 | #include <acpi/pdc_intel.h> | ||
34 | |||
33 | #include <linux/init.h> | 35 | #include <linux/init.h> |
34 | #include <linux/numa.h> | 36 | #include <linux/numa.h> |
35 | #include <asm/system.h> | 37 | #include <asm/system.h> |
@@ -119,11 +121,6 @@ extern int __devinitdata pxm_to_nid_map[MAX_PXM_DOMAINS]; | |||
119 | extern int __initdata nid_to_pxm_map[MAX_NUMNODES]; | 121 | extern int __initdata nid_to_pxm_map[MAX_NUMNODES]; |
120 | #endif | 122 | #endif |
121 | 123 | ||
122 | /* | ||
123 | * Refer Intel ACPI _PDC support document for bit definitions | ||
124 | */ | ||
125 | #define ACPI_PDC_EST_CAPABILITY_SMP 0x8 | ||
126 | |||
127 | #endif /*__KERNEL__*/ | 124 | #endif /*__KERNEL__*/ |
128 | 125 | ||
129 | #endif /*_ASM_ACPI_H*/ | 126 | #endif /*_ASM_ACPI_H*/ |