patch-2.4.20 linux-2.4.20/include/asm-mips64/wbflush.h

Next file: linux-2.4.20/include/asm-parisc/assembly.h
Previous file: linux-2.4.20/include/asm-mips64/war.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-mips64/wbflush.h linux-2.4.20/include/asm-mips64/wbflush.h
@@ -0,0 +1,18 @@
+/*
+ * Header file for using the wbflush routine
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License.  See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (c) 1998 Harald Koerfgen
+ * Copyright (C) 2002 Maciej W. Rozycki
+ */
+#ifndef __ASM_MIPS64_WBFLUSH_H
+#define __ASM_MIPS64_WBFLUSH_H
+
+#define wbflush_setup() do { } while (0)
+
+#define wbflush() fast_iob()
+
+#endif /* __ASM_MIPS64_WBFLUSH_H */

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