* [PATCH] UP compilation fix for bk tree
@ 2002-07-30 6:29 Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2002-07-30 6:29 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Simple, and when we resolve this initcall depends stuff, it will be
going away anyway.
Rusty.
--- working-2.5.29-upfix/init/main.c.~1~ Tue Jul 30 16:27:55 2002
+++ working-2.5.29-upfix/init/main.c Tue Jul 30 16:28:29 2002
@@ -529,7 +529,9 @@
extern int migration_init(void);
extern int spawn_ksoftirqd(void);
+#ifdef CONFIG_SMP
migration_init();
+#endif
spawn_ksoftirqd();
}
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-30 9:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-30 6:29 [PATCH] UP compilation fix for bk tree Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®