hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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 */