blob: cb9a1af109b4796152d8017ca8a9d11f959183f7 [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_CACHEFLUSH_H
2#define _ASM_X86_CACHEFLUSH_H
Thomas Gleixnerb2bba722007-10-15 23:28:20 +02003
Thomas Gleixnerb2bba722007-10-15 23:28:20 +02004/* Caches aren't brain-dead on the intel. */
Akinobu Mitacc67ba632011-01-20 20:32:14 +09005#include <asm-generic/cacheflush.h>
David Howellsf05e7982012-03-28 18:11:12 +01006#include <asm/special_insns.h>
Arjan van de Ven7219beb2008-04-17 17:41:31 +02007
Ingo Molnar4c61afc2008-01-30 13:34:09 +01008void clflush_cache_range(void *addr, unsigned int size);
Thomas Gleixnerb2bba722007-10-15 23:28:20 +02009
H. Peter Anvin1965aae2008-10-22 22:26:29 -070010#endif /* _ASM_X86_CACHEFLUSH_H */