patch-2.4.22 linux-2.4.22/arch/mips/baget/wbflush.c

Next file: linux-2.4.22/arch/mips/boot/elf2ecoff.c
Previous file: linux-2.4.22/arch/mips/baget/vacserial.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/baget/wbflush.c linux-2.4.22/arch/mips/baget/wbflush.c
@@ -1,24 +0,0 @@
-/*
- * Setup the right wbflush routine for Baget/MIPS.
- *
- * Copyright (C) 1999 Gleb Raiko & Vladimir Roganov
- */
-
-#include <linux/init.h>
-#include <asm/bootinfo.h>
-
-void (*__wbflush) (void);
-
-static void wbflush_baget(void);
-
-void __init wbflush_setup(void)
-{
-	__wbflush = wbflush_baget;
-}
-
-/*
- * Baget/MIPS doesnt need to write back the WB.
- */
-static void wbflush_baget(void)
-{
-}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)