diff options
Diffstat (limited to 'sys/mips/mips/machdep.c')
-rw-r--r-- | sys/mips/mips/machdep.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c index 84ac979..67cb612 100644 --- a/sys/mips/mips/machdep.c +++ b/sys/mips/mips/machdep.c @@ -93,7 +93,6 @@ __FBSDID("$FreeBSD$"); #endif #include <sys/random.h> -#include <machine/ns16550.h> #include <net/if.h> #define BOOTINFO_DEBUG 0 @@ -293,19 +292,6 @@ mips_proc0_init(void) PCPU_SET(curpcb, thread0.td_pcb); } -#ifdef DEBUG_UART_POLLED -void -init_bootstrap_console() -{ - /* - * Initalize the (temporary) bootstrap console interface, so - * we can use printf until the VM system starts being setup. - * The real console is initialized before then. - */ - uart_post_init(PA_2_K1VA(ADDR_NS16550_UART1)); -} -#endif - struct msgbuf *msgbufp=0; #if 0 |