summaryrefslogtreecommitdiffstats
path: root/arch/mips/baget
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-08-13 17:07:25 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-08-13 17:07:25 +0000
commit847f8ee407875af42d99ed968bdaf7e330dcc29c (patch)
treef8cb6dc77e995dcbcb08e40e315cfa3667d9fd71 /arch/mips/baget
parent4d912d3f512450d6dd88c1c42a8df0bc8701c6d3 (diff)
Made implicit assumptions about the availability of some CPU capabilities on certain ISA levels explicitely configurable
Diffstat (limited to 'arch/mips/baget')
-rw-r--r--arch/mips/baget/Makefile2
-rw-r--r--arch/mips/baget/setup.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/baget/Makefile b/arch/mips/baget/Makefile
index 6bddfad4b..6a16ad464 100644
--- a/arch/mips/baget/Makefile
+++ b/arch/mips/baget/Makefile
@@ -15,7 +15,7 @@ image: ../../../vmlinux
cp -f $< $@
O_TARGET := baget.a
-O_OBJS := baget.o print.o setup.o time.o irq.o bagetIRQ.o reset.o wbflush.o
+O_OBJS := baget.o print.o setup.o time.o irq.o bagetIRQ.o reset.o
ifeq ($(CONFIG_SERIAL),y)
OX_OBJS += vacserial.o
diff --git a/arch/mips/baget/setup.c b/arch/mips/baget/setup.c
index de5c5763d..209816dca 100644
--- a/arch/mips/baget/setup.c
+++ b/arch/mips/baget/setup.c
@@ -17,8 +17,6 @@
extern long mips_memory_upper;
-extern void wbflush_setup(void);
-
#define CACHEABLE_STR(val) ((val) ? "not cached" : "cached")
#define MIN(a,b) (((a)<(b)) ? (a):(b))
@@ -482,8 +480,6 @@ __initfunc(void baget_setup(void))
*BAGET_WRERR_ACK = 0;
irq_setup = baget_irq_setup;
- wbflush_setup();
-
_machine_restart = baget_machine_restart;
_machine_halt = baget_machine_halt;
_machine_power_off = baget_machine_power_off;