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