diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-16 11:27:10 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-16 11:27:10 -0400 |
| commit | ab86e5765d41a5eb4239a1c04d613db87bea5ed8 (patch) | |
| tree | a41224d4874c2f90e0b423786f00bedf6f3e8bfa /init | |
| parent | 7ea61767e41e2baedd6a968d13f56026522e1207 (diff) | |
| parent | 2b2af54a5bb6f7e80ccf78f20084b93c398c3a8b (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6:
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
debugfs: Modify default debugfs directory for debugging pktcdvd.
debugfs: Modified default dir of debugfs for debugging UHCI.
debugfs: Change debugfs directory of IWMC3200
debugfs: Change debuhgfs directory of trace-events-sample.h
debugfs: Fix mount directory of debugfs by default in events.txt
hpilo: add poll f_op
hpilo: add interrupt handler
hpilo: staging for interrupt handling
driver core: platform_device_add_data(): use kmemdup()
Driver core: Add support for compatibility classes
uio: add generic driver for PCI 2.3 devices
driver-core: move dma-coherent.c from kernel to driver/base
mem_class: fix bug
mem_class: use minor as index instead of searching the array
driver model: constify attribute groups
UIO: remove 'default n' from Kconfig
Driver core: Add accessor for device platform data
Driver core: move dev_get/set_drvdata to drivers/base/dd.c
Driver core: add new device to bus's list before probing
Diffstat (limited to 'init')
| -rw-r--r-- | init/do_mounts.c | 2 | ||||
| -rw-r--r-- | init/main.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index 093f65915501..bb008d064c1a 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c | |||
| @@ -415,7 +415,7 @@ void __init prepare_namespace(void) | |||
| 415 | 415 | ||
| 416 | mount_root(); | 416 | mount_root(); |
| 417 | out: | 417 | out: |
| 418 | devtmpfs_mount("dev"); | ||
| 418 | sys_mount(".", "/", NULL, MS_MOVE, NULL); | 419 | sys_mount(".", "/", NULL, MS_MOVE, NULL); |
| 419 | sys_chroot("."); | 420 | sys_chroot("."); |
| 420 | } | 421 | } |
| 421 | |||
diff --git a/init/main.c b/init/main.c index 63904bb6ae37..34971becbd3c 100644 --- a/init/main.c +++ b/init/main.c | |||
| @@ -68,6 +68,7 @@ | |||
| 68 | #include <linux/async.h> | 68 | #include <linux/async.h> |
| 69 | #include <linux/kmemcheck.h> | 69 | #include <linux/kmemcheck.h> |
| 70 | #include <linux/kmemtrace.h> | 70 | #include <linux/kmemtrace.h> |
| 71 | #include <linux/shmem_fs.h> | ||
| 71 | #include <trace/boot.h> | 72 | #include <trace/boot.h> |
| 72 | 73 | ||
| 73 | #include <asm/io.h> | 74 | #include <asm/io.h> |
| @@ -785,6 +786,7 @@ static void __init do_basic_setup(void) | |||
| 785 | init_workqueues(); | 786 | init_workqueues(); |
| 786 | cpuset_init_smp(); | 787 | cpuset_init_smp(); |
| 787 | usermodehelper_init(); | 788 | usermodehelper_init(); |
| 789 | init_tmpfs(); | ||
| 788 | driver_init(); | 790 | driver_init(); |
| 789 | init_irq_proc(); | 791 | init_irq_proc(); |
| 790 | do_ctors(); | 792 | do_ctors(); |
