[PATCH] UP compilation fix for bk tree

From: Rusty Russell (rusty@rustcorp.com.au)
Date: Tue Jul 30 2002 - 01:29:31 EST


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.
-
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 : Tue Jul 30 2002 - 14:00:36 EST