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>
This commit is contained in:
11
arch/avr32/include/uapi/asm/cachectl.h
Normal file
11
arch/avr32/include/uapi/asm/cachectl.h
Normal file
@@ -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 */
|
Reference in New Issue
Block a user