Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux/fpc-iii.git] / arch / x86 / include / asm / cacheflush.h
blob8b4140f6724f4cfe4cf89135b9e0547baa527d94
1 #ifndef _ASM_X86_CACHEFLUSH_H
2 #define _ASM_X86_CACHEFLUSH_H
4 /* Caches aren't brain-dead on the intel. */
5 #include <asm-generic/cacheflush.h>
6 #include <asm/special_insns.h>
8 void clflush_cache_range(void *addr, unsigned int size);
10 #define mmio_flush_range(addr, size) clflush_cache_range(addr, size)
12 #endif /* _ASM_X86_CACHEFLUSH_H */