From 83b9d3a082a6e5281b5b5fc45337270d915af39d Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 10 Oct 2012 12:09:31 +0100 Subject: UAPI: (Scripted) Disintegrate arch/avr32/include/asm Signed-off-by: David Howells Acked-by: Arnd Bergmann Acked-by: Thomas Gleixner Acked-by: Michael Kerrisk Acked-by: Paul E. McKenney Acked-by: Dave Jones --- arch/avr32/include/uapi/asm/cachectl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arch/avr32/include/uapi/asm/cachectl.h (limited to 'arch/avr32/include/uapi/asm/cachectl.h') diff --git a/arch/avr32/include/uapi/asm/cachectl.h b/arch/avr32/include/uapi/asm/cachectl.h new file mode 100644 index 00000000000..4faf1ce6006 --- /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 */ -- cgit v1.2.3-70-g09d2