summaryrefslogtreecommitdiffstats
path: root/freebsd/kern/init_main.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-27 09:21:04 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-27 09:21:04 -0500
commitc9765067401e5bd98be79a8ca9db3007f984736c (patch)
tree605c44d2bbb4dc2884eed344443721d8411a9b29 /freebsd/kern/init_main.c
parentAddress prototype mismatch in FreeBSD code. Need to report upstream. (diff)
downloadrtems-libbsd-c9765067401e5bd98be79a8ca9db3007f984736c.tar.bz2
Add bootverbose
Diffstat (limited to 'freebsd/kern/init_main.c')
-rw-r--r--freebsd/kern/init_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd/kern/init_main.c b/freebsd/kern/init_main.c
index 4b308fc3..292e00a7 100644
--- a/freebsd/kern/init_main.c
+++ b/freebsd/kern/init_main.c
@@ -110,7 +110,10 @@ struct proc *initproc;
int boothowto = 0; /* initialized so that it can be patched */
SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, "");
+#endif /* __rtems__ */
+
int bootverbose;
+#ifndef __rtems__
SYSCTL_INT(_debug, OID_AUTO, bootverbose, CTLFLAG_RW, &bootverbose, 0, "");
/*