summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-02 23:44:02 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-02 23:44:02 +0000
commitf9897f7bb0c2d0fbb916db256a9d9b00a4fcc06c (patch)
tree47581ef647991168f1577a0c4097863cd6f1eebe /arch
parentad1267dce7d02ffdcefd1e50ea13b01ef11e959d (diff)
More compilation fixes.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/config.in1
-rw-r--r--arch/mips/kernel/setup.c7
2 files changed, 7 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index e942e1ba1..a986350da 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -25,6 +25,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'Support for SGI workstations' CONFIG_SGI
if [ "$CONFIG_SGI" = "y" ]; then
bool 'Support for SGI graphic devices' CONFIG_SGI_GRAPHICS
+ define_bool CONFIG_UMISC y
fi
fi
bool 'Support for SNI RM200 PCI' CONFIG_SNI_RM200_PCI
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index a1932d117..474437ef5 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -5,7 +5,7 @@
* Copyright (C) 1995, 1996 Ralf Baechle
* Copyright (C) 1996 Stoned Elipot
*
- * $Id: setup.c,v 1.4 1997/09/07 04:55:42 ralf Exp $
+ * $Id: setup.c,v 1.4 1997/12/01 17:57:31 ralf Exp $
*/
#include <linux/config.h>
#include <linux/errno.h>
@@ -61,6 +61,11 @@ void (*fd_cacheflush)(const void *addr, size_t size);
char wait_available;
/*
+ * Do we have a cyclecounter available?
+ */
+char cyclecounter_available;
+
+/*
* There are several bus types available for MIPS machines. "RISC PC"
* type machines have ISA, EISA, VLB or PCI available, DECstations
* have Turbochannel or Q-Bus, SGI has GIO, there are lots of VME