From e7d3e20912baa82965108997013710223152772c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 21 May 2011 00:42:08 +0000 Subject: remove keyboard stuff from other ports, make openssl and python compile on arm --- sys/src/9/omap/uarti8250.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/src/9/omap/uarti8250.c') diff --git a/sys/src/9/omap/uarti8250.c b/sys/src/9/omap/uarti8250.c index 7642a2685..c69a8cfaa 100644 --- a/sys/src/9/omap/uarti8250.c +++ b/sys/src/9/omap/uarti8250.c @@ -812,9 +812,7 @@ i8250console(void) if(uartenable(uart) != nil /* && uart->console */){ // iprint("i8250console: enabling console uart\n"); - kbdq = uart->iq; serialoq = uart->oq; - uart->putc = kbdcr2nl; uart->opens++; consuart = uart; } -- cgit v1.2.3