patch-1.3.93 linux/include/asm-sparc/tsunami.h
Next file: linux/include/asm-sparc/types.h
Previous file: linux/include/asm-sparc/traps.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Apr 21 12:30:34 1996
- Orig file:
v1.3.92/linux/include/asm-sparc/tsunami.h
- Orig date:
Mon Mar 4 08:50:04 1996
diff -u --recursive --new-file v1.3.92/linux/include/asm-sparc/tsunami.h linux/include/asm-sparc/tsunami.h
@@ -1,4 +1,4 @@
-/* $Id: tsunami.h,v 1.3 1996/01/10 21:00:12 davem Exp $
+/* $Id: tsunami.h,v 1.4 1996/04/04 12:51:32 davem Exp $
* tsunami.h: Module specific definitions for Tsunami V8 Sparcs
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -45,13 +45,13 @@
#define TSUNAMI_NF 0x00000002
#define TSUNAMI_ME 0x00000001
-extern inline void tsunami_invalidate_icache(void)
+extern inline void tsunami_flush_icache(void)
{
__asm__ __volatile__("sta %%g0, [%%g0] %0\n\t" : :
"i" (ASI_M_IC_FLCLEAR) : "memory");
}
-extern inline void tsunami_invalidate_dcache(void)
+extern inline void tsunami_flush_dcache(void)
{
__asm__ __volatile__("sta %%g0, [%%g0] %0\n\t" : :
"i" (ASI_M_DC_FLCLEAR) : "memory");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this