forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/x86/include/asm/umip.h
....@@ -4,9 +4,9 @@
44 #include <linux/types.h>
55 #include <asm/ptrace.h>
66
7
-#ifdef CONFIG_X86_INTEL_UMIP
7
+#ifdef CONFIG_X86_UMIP
88 bool fixup_umip_exception(struct pt_regs *regs);
99 #else
1010 static inline bool fixup_umip_exception(struct pt_regs *regs) { return false; }
11
-#endif /* CONFIG_X86_INTEL_UMIP */
11
+#endif /* CONFIG_X86_UMIP */
1212 #endif /* _ASM_X86_UMIP_H */