diff options
author | David Howells <dhowells@redhat.com> | 2012-10-10 15:09:31 +0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-10 15:09:31 +0400 |
commit | 83b9d3a082a6e5281b5b5fc45337270d915af39d (patch) | |
tree | e93c546ddcb9b656861efc5c884df77be6d917ad /arch/avr32/include/uapi/asm/cachectl.h | |
parent | 42859eea96ba6beabfb0369a1eeffa3c7d2bd9cb (diff) | |
download | linux-83b9d3a082a6e5281b5b5fc45337270d915af39d.tar.xz |
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/uapi/asm/cachectl.h')
-rw-r--r-- | arch/avr32/include/uapi/asm/cachectl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/avr32/include/uapi/asm/cachectl.h b/arch/avr32/include/uapi/asm/cachectl.h new file mode 100644 index 000000000000..4faf1ce60061 --- /dev/null +++ b/arch/avr32/include/uapi/asm/cachectl.h @@ -0,0 +1,11 @@ +#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 */ |