From e8ad72aaaa65930e821f72c4b568219f8392ba7b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 12 Sep 1997 23:14:18 +0000 Subject: Cleanup. --- arch/mips/sgi/kernel/setup.c | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'arch/mips/sgi/kernel/setup.c') diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c index be2c4acc4..c84a28aaa 100644 --- a/arch/mips/sgi/kernel/setup.c +++ b/arch/mips/sgi/kernel/setup.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * $Id: setup.c,v 1.3 1997/07/24 01:55:45 ralf Exp $ + * $Id: setup.c,v 1.4 1997/09/11 08:13:11 shaver Exp $ */ #include #include @@ -62,21 +62,6 @@ static void sgi_irq_setup(void) sgint_init(); } -#if 0 -extern void register_console(void (*proc)(const char *)); - -static void sgi_print(const char *p) -{ - char c; - - while((c = *p++) != 0) { - if(c == '\n') - prom_putchar('\r'); - prom_putchar(c); - } -} -#endif - void sgi_setup(void) { char *ctype; @@ -89,8 +74,6 @@ void sgi_setup(void) _machine_halt = sgi_machine_halt; _machine_power_off = sgi_machine_power_off; - /* register_console(sgi_print); */ - /* Init the INDY HPC I/O controller. Need to call this before * fucking with the memory controller because it needs to know the * boardID and whether this is a Guiness or a FullHouse machine. -- cgit v1.2.3