forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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 */