diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-01 08:51:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-01 08:51:00 +0000 |
commit | f6e99e19dd9306a7d02db30c6dce06717598507d (patch) | |
tree | d9b0a282149cbfcab4ab27e6231963205c9e4119 /arch/mips/sgi/kernel/setup.c | |
parent | cc32ff645cc4c7a2fb88c11bdb35604e279df04b (diff) |
The crappy firmware may explode on us when we call it with
SCACHE cache enabled, so we read out the ARCS configuration
data as early as possible.
Diffstat (limited to 'arch/mips/sgi/kernel/setup.c')
-rw-r--r-- | arch/mips/sgi/kernel/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c index e0482e116..f3e329656 100644 --- a/arch/mips/sgi/kernel/setup.c +++ b/arch/mips/sgi/kernel/setup.c @@ -1,4 +1,4 @@ -/* $Id: setup.c,v 1.11 1996/06/29 07:06:51 dm Exp $ +/* $Id: setup.c,v 1.2 1997/06/28 22:47:44 ralf Exp $ * setup.c: SGI specific setup, including init of the feature struct. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) @@ -59,8 +59,6 @@ void sgi_setup(void) /* register_console(sgi_print); */ - sgi_sysinit(); - /* 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. |