diff options
author | Dongsheng Yang <yangds.fnst@cn.fujitsu.com> | 2014-03-05 17:58:36 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-03-11 11:57:56 +0100 |
commit | ef11dadb8373fcbe53bdd09ceb262b2f18da10c5 (patch) | |
tree | 50c799e55a5407069a0c83222d75f64f08d5f7a8 /sound/pci/echoaudio | |
parent | 0066f3b93e144762b409940fa37bb1cd36c1baf7 (diff) |
perf/x86/uncore: Add __init for uncore_cpumask_init()
Commit:
411cf180fa00 perf/x86/uncore: fix initialization of cpumask
introduced the function uncore_cpumask_init(), which is only
called in __init intel_uncore_init(). But it is not marked
with __init, which produces the following warning:
WARNING: vmlinux.o(.text+0x2464a): Section mismatch in reference from the function uncore_cpumask_init() to the function .init.text:uncore_cpu_setup()
The function uncore_cpumask_init() references
the function __init uncore_cpu_setup().
This is often because uncore_cpumask_init lacks a __init
annotation or the annotation of uncore_cpu_setup is wrong.
This patch marks uncore_cpumask_init() with __init.
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Acked-by: Stephane Eranian <eranian@google.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: http://lkml.kernel.org/r/1394013516-4964-1-git-send-email-yangds.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound/pci/echoaudio')
0 files changed, 0 insertions, 0 deletions