]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/startup.c
xnu-3789.31.2.tar.gz
[apple/xnu.git] / osfmk / kern / startup.c
index 8c3b99f0943997b7f864b1a8712a7561c116340a..34ebd7481ec0e7174acae90eea3d3aceb3bda19e 100644 (file)
@@ -370,6 +370,8 @@ kernel_bootstrap(void)
        /* initialize the corpse config based on boot-args */
        corpses_init();
 
+       vm_user_init();
+
        /*
         *      Create a kernel thread to execute the kernel bootstrap.
         */