diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
commit | 99a7e12f34b3661a0d1354eef83a0eef4df5e34c (patch) | |
tree | 3560aca9ca86792f9ab7bd87861ea143a1b3c7a3 /init/main.c | |
parent | e73a04659c0b8cdee4dd40e58630e2cf63afb316 (diff) |
Merge with Linux 2.3.38.
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index 32cba2f59..3d3e67aa1 100644 --- a/init/main.c +++ b/init/main.c @@ -89,6 +89,7 @@ extern void ppc_init(void); extern void sysctl_init(void); extern void filescache_init(void); extern void signals_init(void); +extern void bdev_init(void); extern int init_pcmcia_ds(void); extern void free_initmem(void); @@ -493,6 +494,7 @@ asmlinkage void __init start_kernel(void) kmem_cache_init(); sti(); calibrate_delay(); +#if 0000 #ifdef CONFIG_BLK_DEV_INITRD // FIXME, use the bootmem.h interface. if (initrd_start && !initrd_below_start_ok && initrd_start < memory_start) { @@ -504,6 +506,7 @@ asmlinkage void __init start_kernel(void) #ifdef CONFIG_BINFMT_IRIX init_inventory(); #endif +#endif /* 0000 */ mem_init(); kmem_cache_sizes_init(); #ifdef CONFIG_PROC_FS @@ -519,6 +522,7 @@ asmlinkage void __init start_kernel(void) page_cache_init(mempages); kiobuf_init(); signals_init(); + bdev_init(); inode_init(); file_table_init(); #if defined(CONFIG_SYSVIPC) |