summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/cachectl.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-09 10:47:06 +0200
committerDavid Howells <dhowells@redhat.com>2012-10-09 10:47:06 +0200
commit10b3a979347d4aba7de19e8d33eb8b87fe2a11dd (patch)
treedc6c61209dded29aa0b32860fc539bc40ab2c249 /arch/m68k/include/asm/cachectl.h
parentMerge branch 'akpm' (Andrew's patch-bomb) (diff)
downloadlinux-10b3a979347d4aba7de19e8d33eb8b87fe2a11dd.tar.xz
linux-10b3a979347d4aba7de19e8d33eb8b87fe2a11dd.zip
UAPI: (Scripted) Disintegrate arch/m68k/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/m68k/include/asm/cachectl.h')
-rw-r--r--arch/m68k/include/asm/cachectl.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/m68k/include/asm/cachectl.h b/arch/m68k/include/asm/cachectl.h
deleted file mode 100644
index 525978e959e3..000000000000
--- a/arch/m68k/include/asm/cachectl.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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 */