X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fsignal.c;h=6a44a76055adcb781572978d1e332a9923f7e2d6;hb=a91eba5b9db4c09f53c8f23327915c7c75d3235f;hp=81e58238c4ce642ed54ea3ce63c265427e1d6984;hpb=7dfd54a905be0242bd604557d543c3a2d7b0a540;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c index 81e58238c4ce..6a44a76055ad 100644 --- a/arch/x86/kernel/signal.c +++ b/arch/x86/kernel/signal.c @@ -856,7 +856,7 @@ static void do_signal(struct pt_regs *regs) void do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags) { -#ifdef CONFIG_X86_NEW_MCE +#ifdef CONFIG_X86_MCE /* notify userspace of pending MCEs */ if (thread_info_flags & _TIF_MCE_NOTIFY) mce_notify_process();