Skip to content

Commit

Permalink
[IA64] Cleanup acpi header to reuse the generic _PDC defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Venki Pallipadi authored and Tony Luck committed May 24, 2007
1 parent ce45b51 commit 3572944
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions include/asm-ia64/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

#ifdef __KERNEL__

#include <acpi/pdc_intel.h>

#include <linux/init.h>
#include <linux/numa.h>
#include <asm/system.h>
Expand Down Expand Up @@ -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*/

0 comments on commit 3572944

Please sign in to comment.