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
- Lines: 11
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-sparc/vac-ops.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
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)