forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/arch/x86/include/asm/cacheflush.h
....@@ -2,6 +2,8 @@
22 #ifndef _ASM_X86_CACHEFLUSH_H
33 #define _ASM_X86_CACHEFLUSH_H
44
5
+#include <linux/mm.h>
6
+
57 /* Caches aren't brain-dead on the intel. */
68 #include <asm-generic/cacheflush.h>
79 #include <asm/special_insns.h>