]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ia64: turn off SLIT debugging
authorJesse Barnes <jbarnes@sgi.com>
Mon, 15 Sep 2003 08:16:29 +0000 (01:16 -0700)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Mon, 15 Sep 2003 08:16:29 +0000 (01:16 -0700)
This code works pretty well now, so we don't need to dump all this stuff
at boot time (esp. on 128 node systems).

arch/ia64/kernel/acpi.c

index 6ee74e2ef0b9244549faea9b262b2586a22913c5..d446f47a0ec4995e452b705d50aeeb9417464675 100644 (file)
@@ -331,7 +331,7 @@ acpi_parse_madt (unsigned long phys_addr, unsigned long size)
 
 #ifdef CONFIG_ACPI_NUMA
 
-#define SLIT_DEBUG
+#undef SLIT_DEBUG
 
 #define PXM_FLAG_LEN ((MAX_PXM_DOMAINS + 1)/32)