xref: /linux/arch/x86/include/asm/cacheflush.h (revision e3b3d0f549c1d19b94e6ac55c66643166ea649ef)
1 #ifndef _ASM_X86_CACHEFLUSH_H
2 #define _ASM_X86_CACHEFLUSH_H
3 
4 /* Caches aren't brain-dead on the intel. */
5 #include <asm-generic/cacheflush.h>
6 #include <asm/special_insns.h>
7 
8 void clflush_cache_range(void *addr, unsigned int size);
9 
10 #endif /* _ASM_X86_CACHEFLUSH_H */
11