patch-2.4.21 linux-2.4.21/include/asm-sparc/vac-ops.h

Next file: linux-2.4.21/include/asm-sparc/winmacro.h
Previous file: linux-2.4.21/include/asm-sparc/unistd.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-sparc/vac-ops.h linux-2.4.21/include/asm-sparc/vac-ops.h
@@ -98,8 +98,8 @@
 	unsigned int num_bytes;     /* Size of the cache */
 	unsigned int num_lines;     /* Number of cache lines */
 	unsigned int do_hwflushes;  /* Hardware flushing available? */
-	enum { NONE, WRITE_THROUGH,
-	    WRITE_BACK } type;      /* What type of VAC? */
+	enum { VAC_NONE, VAC_WRITE_THROUGH,
+	    VAC_WRITE_BACK } type;  /* What type of VAC? */
 	unsigned int linesize;      /* Size of each line in bytes */
 	unsigned int log2lsize;     /* log2(linesize) */
 	unsigned int on;            /* VAC is enabled */

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