patch-pre2.0.5 linux/include/asm-m68k/cachectl.h
Next file: linux/include/asm-m68k/checksum.h
Previous file: linux/include/asm-m68k/bootinfo.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu May 16 09:05:11 1996
- Orig file:
pre2.0.4/linux/include/asm-m68k/cachectl.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file pre2.0.4/linux/include/asm-m68k/cachectl.h linux/include/asm-m68k/cachectl.h
@@ -0,0 +1,14 @@
+#ifndef _M68K_CACHECTL_H
+#define _M68K_CACHECTL_H
+
+/* Definitions for the cacheflush system call. */
+
+#define FLUSH_SCOPE_LINE 1 /* Flush a cache line */
+#define FLUSH_SCOPE_PAGE 2 /* Flush a page */
+#define FLUSH_SCOPE_ALL 3 /* Flush the whole cache -- superuser only */
+
+#define FLUSH_CACHE_DATA 1 /* Writeback and flush data cache */
+#define FLUSH_CACHE_INSN 2 /* Flush instruction cache */
+#define FLUSH_CACHE_BOTH 3 /* Flush both caches */
+
+#endif /* _M68K_CACHECTL_H */
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