summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-04 08:47:27 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-04 08:47:27 +0000
commit2bcf5c9ad01156ed4973c0d16cccf9d84062622d (patch)
treebc31972c7465054b4e82778a6e37d6fcf80884a1 /arch/mips/sgi/kernel
parent664937a3d90d3e11b486b2c019041dc901d2893f (diff)
More Second level cache changes. Guess now you understand why I said
it's not sooo trivial ...
Diffstat (limited to 'arch/mips/sgi/kernel')
-rw-r--r--arch/mips/sgi/kernel/setup.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c
index 982319bc2..c8c8afc89 100644
--- a/arch/mips/sgi/kernel/setup.c
+++ b/arch/mips/sgi/kernel/setup.c
@@ -3,12 +3,13 @@
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
*
- * $Id: setup.c,v 1.5 1997/09/13 02:19:18 ralf Exp $
+ * $Id: setup.c,v 1.6 1997/12/01 17:57:38 ralf Exp $
*/
#include <linux/kernel.h>
#include <linux/sched.h>
#include <asm/addrspace.h>
+#include <asm/bcache.h>
#include <asm/keyboard.h>
#include <asm/reboot.h>
#include <asm/vector.h>
@@ -83,6 +84,9 @@ void sgi_setup(void)
/* Init INDY memory controller. */
sgimc_init();
+ /* Now enable boardcaches, if any. */
+ indy_sc_init();
+
/* ARCS console environment variable is set to "g?" for
* graphics console, it is set to "d" for the first serial
* line and "d2" for the second serial line.