Commit 4eef3a34 authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by Linus Torvalds

[PATCH] s390 update (25/27): init call.

Remove call to s390_init_machine_check in init/main.c, the new boot code
on s390 calls it via arch_initcall.
parent ebbde003
......@@ -493,13 +493,6 @@ static void __init do_basic_setup(void)
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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment