[PATCH] UP compilation fix for bk tree

Rusty Russell (rusty@rustcorp.com.au)
Tue, 30 Jul 2002 16:29:31 +1000


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/