diff options
| author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2002-10-03 21:50:48 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-03 21:50:48 -0700 |
| commit | 4eef3a34299c5d82b92bd02e94a30261fe5fd5de (patch) | |
| tree | f0db70103408d1993d8459ea340751c1b0c2333f /init | |
| parent | ebbde00338de209f4c3f55939384a35c4af85ed3 (diff) | |
[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.
Diffstat (limited to 'init')
| -rw-r--r-- | init/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/init/main.c b/init/main.c index b47b623aa6a0..733915e477fc 100644 --- a/init/main.c +++ b/init/main.c @@ -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(); |
