diff options
author | David Howells <dhowells@redhat.com> | 2012-10-10 13:09:31 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-10 13:09:31 +0200 |
commit | 83b9d3a082a6e5281b5b5fc45337270d915af39d (patch) | |
tree | e93c546ddcb9b656861efc5c884df77be6d917ad /arch/avr32/include/asm/cachectl.h | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... (diff) | |
download | linux-83b9d3a082a6e5281b5b5fc45337270d915af39d.tar.xz linux-83b9d3a082a6e5281b5b5fc45337270d915af39d.zip |
UAPI: (Scripted) Disintegrate arch/avr32/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/avr32/include/asm/cachectl.h')
-rw-r--r-- | arch/avr32/include/asm/cachectl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/avr32/include/asm/cachectl.h b/arch/avr32/include/asm/cachectl.h deleted file mode 100644 index 4faf1ce60061..000000000000 --- a/arch/avr32/include/asm/cachectl.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __ASM_AVR32_CACHECTL_H -#define __ASM_AVR32_CACHECTL_H - -/* - * Operations that can be performed through the cacheflush system call - */ - -/* Clean the data cache, then invalidate the icache */ -#define CACHE_IFLUSH 0 - -#endif /* __ASM_AVR32_CACHECTL_H */ |