* [PATCH] Cleanup acpi header to reuse the generic _PDC defines
@ 2007-05-22 22:36 Venki Pallipadi
0 siblings, 0 replies; only message in thread
From: Venki Pallipadi @ 2007-05-22 22:36 UTC (permalink / raw)
To: linux-ia64
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>
Index: linux-2.6.22-rc-mm/include/asm-ia64/acpi.h
=================================--- linux-2.6.22-rc-mm.orig/include/asm-ia64/acpi.h 2007-05-22 13:46:23.000000000 -0700
+++ linux-2.6.22-rc-mm/include/asm-ia64/acpi.h 2007-05-22 13:46:59.000000000 -0700
@@ -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 __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*/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-22 22:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22 22:36 [PATCH] Cleanup acpi header to reuse the generic _PDC defines Venki Pallipadi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.