[parisc-linux-cvs] Move parisc_init
Matthew Wilcox
willy@ldl.fc.hp.com
Mon, 08 Oct 2001 18:27:03 -0600
Index: init/main.c
===================================================================
RCS file: /home/cvs/parisc/linux/init/main.c,v
retrieving revision 1.34
diff -u -p -r1.34 main.c
--- main.c 2001/09/17 22:13:53 1.34
+++ main.c 2001/10/09 00:03:09
@@ -589,6 +589,9 @@ asmlinkage void __init start_kernel(void
#if defined(CONFIG_ARCH_S390)
ccwcache_init();
#endif
+#ifdef CONFIG_PARISC
+ parisc_init();
+#endif
signals_init();
#ifdef CONFIG_PROC_FS
proc_root_init();
@@ -680,9 +683,6 @@ static void __init do_basic_setup(void)
s390_init_machine_check();
#endif
-#ifdef CONFIG_PARISC
- parisc_init();
-#endif
#ifdef CONFIG_PCI
pci_init();
#endif