diff options
author | Venki Pallipadi <venkatesh.pallipadi@intel.com> | 2007-05-22 15:36:57 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-05-24 10:15:06 -0700 |
commit | 35729449655abcceeb3c72181e9920cf98f81c1e (patch) | |
tree | 6c1a1b9b83349ac174598cc7c5a65844dfe19e17 /include/asm-ia64 | |
parent | ce45b51ac4c3c575c71ab5c91c29bf34c2af6f7d (diff) |
[IA64] Cleanup acpi header to reuse the generic _PDC defines
ia64 _PDC setup is defined similar to i386. So, cleanup the header to use
generic _PDC defines than using specific defines in ia64.
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
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 @@ #ifdef __KERNEL__ +#include <acpi/pdc_intel.h> + #include <linux/init.h> #include <linux/numa.h> #include <asm/system.h> @@ -119,11 +121,6 @@ extern int __devinitdata pxm_to_nid_map[MAX_PXM_DOMAINS]; extern int __initdata nid_to_pxm_map[MAX_NUMNODES]; #endif -/* - * Refer Intel ACPI _PDC support document for bit definitions - */ -#define ACPI_PDC_EST_CAPABILITY_SMP 0x8 - #endif /*__KERNEL__*/ #endif /*_ASM_ACPI_H*/ |