2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_CACHEFLUSH_H
|
|
|
|
#define _ASM_X86_CACHEFLUSH_H
|
2007-10-15 21:28:20 +00:00
|
|
|
|
|
|
|
/* Caches aren't brain-dead on the intel. */
|
2011-01-20 11:32:14 +00:00
|
|
|
#include <asm-generic/cacheflush.h>
|
2012-03-28 17:11:12 +00:00
|
|
|
#include <asm/special_insns.h>
|
2008-04-17 15:41:31 +00:00
|
|
|
|
2008-01-30 12:34:09 +00:00
|
|
|
void clflush_cache_range(void *addr, unsigned int size);
|
2007-10-15 21:28:20 +00:00
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_CACHEFLUSH_H */
|