aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/srat.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-25 15:17:40 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-25 15:17:40 +0100
commit1213fabf9b03074097eccc60fd24a85171e47000 (patch)
tree9d31e012fcc8c677f2fff6dd2c42f7b1fc1642f2 /xen/arch/x86/srat.c
parent9d8bfdc56af19c33d33b49f1ae6e0e9c4ed87322 (diff)
downloadxen-1213fabf9b03074097eccc60fd24a85171e47000.tar.gz
xen-1213fabf9b03074097eccc60fd24a85171e47000.tar.bz2
xen-1213fabf9b03074097eccc60fd24a85171e47000.zip
[XEN] Clean up NUMA stuff and disable by default ('numa=on' enables it).
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/srat.c')
-rw-r--r--xen/arch/x86/srat.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/xen/arch/x86/srat.c b/xen/arch/x86/srat.c
index dfa85b2539..ea462e222b 100644
--- a/xen/arch/x86/srat.c
+++ b/xen/arch/x86/srat.c
@@ -11,22 +11,12 @@
* Adapted for Xen: Ryan Harper <ryanh@us.ibm.com>
*/
-#if 0
-#include <linux/kernel.h>
-#include <linux/module.h>
-#include <asm/proto.h>
-#include <xen/bitmap.h>
-#include <xen/numa.h>
-#include <xen/topology.h>
-#include <asm/e820.h>
-#endif
#include <xen/init.h>
#include <xen/mm.h>
#include <xen/inttypes.h>
#include <xen/nodemask.h>
#include <xen/acpi.h>
-
-#include <asm/numa.h>
+#include <xen/numa.h>
#include <asm/page.h>
static struct acpi_table_slit *acpi_slit;