kernel/arch/x86/include/asm/umip.h
.. .. @@ -4,9 +4,9 @@ 4 4 #include <linux/types.h> 5 5 #include <asm/ptrace.h> 6 6 7 -#ifdef CONFIG_X86_INTEL_UMIP7 +#ifdef CONFIG_X86_UMIP8 8 bool fixup_umip_exception(struct pt_regs *regs); 9 9 #else 10 10 static inline bool fixup_umip_exception(struct pt_regs *regs) { return false; } 11 -#endif /* CONFIG_X86_INTEL_UMIP */11 +#endif /* CONFIG_X86_UMIP */12 12 #endif /* _ASM_X86_UMIP_H */