summaryrefslogtreecommitdiffstats
path: root/freebsd/kern/init_main.c
diff options
context:
space:
mode:
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, "");
/*