kernel: mon_return cleanup

cleanup of boot monitor related code.
This commit is contained in:
Ben Gras
2012-04-25 17:44:55 +02:00
parent c662389d25
commit b41df2eb0d
10 changed files with 8 additions and 213 deletions

View File

@@ -40,8 +40,6 @@ EXTERN int irq_use; /* map of all in-use irq's */
EXTERN u32_t system_hz; /* HZ value */
/* Miscellaneous. */
EXTERN reg_t mon_sp; /* boot monitor stack */
EXTERN int mon_return; /* true if we can return to monitor */
EXTERN int do_serial_debug;
EXTERN int serial_debug_baud;
EXTERN time_t boottime;