Added a define of 0 for bootverbose.

This commit is contained in:
Jennifer Averett 2012-05-01 13:12:00 -05:00
parent a51d36d2a6
commit c1dd641505

View File

@ -61,7 +61,12 @@ extern long realmem; /* 'real' memory */
extern char *rootdevnames[2]; /* names of possible root devices */
extern int boothowto; /* reboot flags, from console subsystem */
#ifndef __rtems__
extern int bootverbose; /* nonzero to print verbose messages */
#else /* __rtems__ */
#define bootverbose 0 /* XXX RTEMS doesn't support verbose */
#endif /* __rtems__ */
extern int maxusers; /* system tune hint */
extern int ngroups_max; /* max # of supplemental groups */