forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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 */