Re: [PATCH] x86: mce: Fix build warning when !CONFIG_X86_LOCAL_APIC

From: Boris Petkov
Date: Thu Dec 29 2016 - 11:21:21 EST


On December 29, 2016 5:28:49 PM GMT+02:00, Augusto Mecking Caringi <augustocaringi@xxxxxxxxx> wrote:
>The mce_irq_ipi() function is only called inside a #ifdef
>CONFIG_X86_LOCAL_APIC block, if this option is disabled gcc gives the
>following build warning:
>
>arch/x86/kernel/cpu/mcheck/mce-inject.c:97:13: warning: âmce_irq_ipiâ
>defined but not used [-Wunused-function]
>static void mce_irq_ipi(void *info)
> ^
>
>Fix it marking this function as __maybe_unused.
See http://lkml.kernel.org/r/20161218083748.GA1034@xxxxxxxxx
--
Sent from a small device: formatting sux and brevity is inevitable.