X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743345f9a4b36f7e2f9ba37691e70c50baecb56e..d190cdc3f5544636abb56dc1874be391d3e1b148:/osfmk/kern/startup.c diff --git a/osfmk/kern/startup.c b/osfmk/kern/startup.c index 8c3b99f09..34ebd7481 100644 --- a/osfmk/kern/startup.c +++ b/osfmk/kern/startup.c @@ -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. */