Make sure we populate the initroot filesystem late enough
authorLinus Torvalds <torvalds@woody.osdl.org>
Mon, 11 Dec 2006 20:12:04 +0000 (12:12 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Mon, 11 Dec 2006 20:12:04 +0000 (12:12 -0800)
commit8d610dd52dd1da696e199e4b4545f33a2a5de5c6
tree8b2eee4dac34ff5f1374225ccba3fedb8432b579
parent8993780a6e44fb4e7ed34e33458506a775356c6e
Make sure we populate the initroot filesystem late enough

We should not initialize rootfs before all the core initializers have
run.  So do it as a separate stage just before starting the regular
driver initializers.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-generic/vmlinux.lds.h
include/linux/init.h
init/initramfs.c
init/main.c