[PATCH] fix topology.c

From: Matthew Wilcox (willy@debian.org)
Date: Mon Nov 18 2002 - 11:50:10 EST


Missing smp.h

diff -urpNX dontdiff linux-2.5.48/arch/i386/mach-generic/topology.c linux-2.5.48-header/arch/i386/mach-generic/topology.c
--- linux-2.5.48/arch/i386/mach-generic/topology.c 2002-11-17 23:29:53.000000000 -0500
+++ linux-2.5.48-header/arch/i386/mach-generic/topology.c 2002-11-18 10:16:10.000000000 -0500
@@ -26,6 +26,7 @@
  * Send feedback to <colpatch@us.ibm.com>
  */
 #include <linux/init.h>
+#include <linux/smp.h>
 #include <asm/cpu.h>
 
 struct i386_cpu cpu_devices[NR_CPUS];

-- 
Revolutions do not require corporate support.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:23 EST