Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1548178

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

From Boris Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject Re: [PATCH] x86: mce: Fix build warning when !CONFIG_X86_LOCAL_APIC
Date 2016-12-29 17:30 +0100
Message-ID <sTLKy-tS-33@gated-at.bofh.it> (permalink)
References <sTKOt-8iW-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On December 29, 2016 5:28:49 PM GMT+02:00, Augusto Mecking Caringi <augustocaringi@gmail.com> 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@gmail.com
-- 
Sent from a small device: formatting sux and brevity is inevitable. 

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] x86: mce: Fix build warning when !CONFIG_X86_LOCAL_APIC Augusto Mecking Caringi <augustocaringi@gmail.com> - 2016-12-29 16:30 +0100
  Re: [PATCH] x86: mce: Fix build warning when !CONFIG_X86_LOCAL_APIC Boris Petkov <bp@alien8.de> - 2016-12-29 17:30 +0100

csiph-web