[PATCH] 2.5.38 s390 fixes: 23_boot_common.

Martin Schwidefsky (schwidefsky@de.ibm.com)
Tue, 24 Sep 2002 19:24:17 +0200


Remove call to s390_init_machine_check in init/main.c, the new boot code
on s390 calls it via arch_initcall.

diff -urN linux-2.5.38/init/main.c linux-2.5.38-s390/init/main.c
--- linux-2.5.38/init/main.c Sun Sep 22 06:25:02 2002
+++ linux-2.5.38-s390/init/main.c Tue Sep 24 17:53:26 2002
@@ -493,13 +493,6 @@
sysctl_init();
#endif

- /*
- * Ok, at this point all CPU's should be initialized, so
- * we can start looking into devices..
- */
-#if defined(CONFIG_ARCH_S390)
- s390_init_machine_check();
-#endif
/* Networking initialization needs a process context */
sock_init();

-
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/