[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>

authored by Venki Pallipadi and committed by Tony Luck 35729449 ce45b51a

+2 -5
+2 -5
include/asm-ia64/acpi.h
··· 30 30 31 31 #ifdef __KERNEL__ 32 32 33 + #include <acpi/pdc_intel.h> 34 + 33 35 #include <linux/init.h> 34 36 #include <linux/numa.h> 35 37 #include <asm/system.h> ··· 120 118 extern int __devinitdata pxm_to_nid_map[MAX_PXM_DOMAINS]; 121 119 extern int __initdata nid_to_pxm_map[MAX_NUMNODES]; 122 120 #endif 123 - 124 - /* 125 - * Refer Intel ACPI _PDC support document for bit definitions 126 - */ 127 - #define ACPI_PDC_EST_CAPABILITY_SMP 0x8 128 121 129 122 #endif /*__KERNEL__*/ 130 123