summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel/setup.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-09-12 23:14:18 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-09-12 23:14:18 +0000
commite8ad72aaaa65930e821f72c4b568219f8392ba7b (patch)
tree07e287fefd432ae147a5884efce866ba57d33b9c /arch/mips/sgi/kernel/setup.c
parent694ef5461ede4fb222616457903ec18e34b4e902 (diff)
Cleanup.
Diffstat (limited to 'arch/mips/sgi/kernel/setup.c')
-rw-r--r--arch/mips/sgi/kernel/setup.c19
1 files changed, 1 insertions, 18 deletions
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 <linux/kernel.h>
#include <linux/sched.h>
@@ -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.