From 4eef3a34299c5d82b92bd02e94a30261fe5fd5de Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Thu, 3 Oct 2002 21:50:48 -0700 Subject: [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. --- init/main.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'init') 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(); -- cgit v1.2.3