All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix topology.c
@ 2002-11-18 16:50 Matthew Wilcox
  0 siblings, 0 replies; only message in thread
From: Matthew Wilcox @ 2002-11-18 16:50 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Linus Torvalds; +Cc: linux-kernel


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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-18 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-18 16:50 [PATCH] fix topology.c Matthew Wilcox

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.