From 07ebf8c8c35bd54bee46f97ec7ae7ee309bd03fb Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 12 May 2005 01:49:51 +0000 Subject: [PATCH] We don't use 'mp' variable, but we do want to mount devfs, ehh. --- sys/kern/vfs_mount.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index e3578925ace..38c076f30fc 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -1196,6 +1196,8 @@ vfs_mountroot(void) root_mount_wait(); + devfs_first(); + /* * We are booted with instructions to prompt for the root filesystem. */