summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2015-02-05 07:51:38 +0000
committerjmg <jmg@FreeBSD.org>2015-02-05 07:51:38 +0000
commit8a06c15bc069c9a46c894130ee3b68b635e59c52 (patch)
treee2378543f94b565df73954db8f6a5a39d74e11e1 /sys/kern
parent5a7c09a4a69f0723f8c071f6c825903c9f0c2006 (diff)
downloadFreeBSD-src-8a06c15bc069c9a46c894130ee3b68b635e59c52.zip
FreeBSD-src-8a06c15bc069c9a46c894130ee3b68b635e59c52.tar.gz
turn GEOM_UNCOMPRESS_DEBUG into a proper option so it can be specified
in kernel config files.. put VERBOSE_SYSINIT in it's own option header so the one file, init_main.c, can use it instead of requiring an entire kernel recompile to change one file..
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index beb49bc..0cab45b 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -46,6 +46,7 @@ __FBSDID("$FreeBSD$");
#include "opt_ddb.h"
#include "opt_init_path.h"
+#include "opt_verbose_sysinit.h"
#include <sys/param.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud