forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 */