Make bootverbose available.

This commit is contained in:
Jennifer Averett 2012-03-09 15:02:17 -06:00
parent 3939378f2a
commit 84c044d3c8

View File

@ -110,7 +110,9 @@ struct proc *initproc;
int boothowto = 0; /* initialized so that it can be patched */
SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, "");
#endif
int bootverbose;
#ifndef __rtems__
SYSCTL_INT(_debug, OID_AUTO, bootverbose, CTLFLAG_RW, &bootverbose, 0, "");
/*