kernel/arch/x86/include/asm/cacheflush.h
.. .. @@ -2,6 +2,8 @@ 2 2 #ifndef _ASM_X86_CACHEFLUSH_H 3 3 #define _ASM_X86_CACHEFLUSH_H 4 4 5 +#include <linux/mm.h>6 +5 7 /* Caches aren't brain-dead on the intel. */ 6 8 #include <asm-generic/cacheflush.h> 7 9 #include <asm/special_insns.h>