]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: Drop bogus __ref / __refdata annotations
authorMathias Krause <minipli@googlemail.com>
Mon, 20 Jul 2015 16:32:53 +0000 (18:32 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 20 Jul 2015 16:57:20 +0000 (18:57 +0200)
commit4daa832d99871356f5fdc52372c975e40f73a15e
treeeb921d5ff30f61ecb2fdebaff4c2dd157e03a5c1
parent52721d9d3334c1cb1f76219a161084094ec634dc
x86: Drop bogus __ref / __refdata annotations

The __ref / __refdata annotations used to be needed because of
referencing functions / variables annotated __cpuinit /
__cpuinitdata.

But those annotations vanished during the development of v3.11.

Therefore most of the __ref / __refdata annotations are not needed
anymore. As they may hide legitimate sections mismatches, we
better get rid of them.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1437409973-8927-1-git-send-email-minipli@googlemail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/apic/x2apic_cluster.c
arch/x86/kernel/cpu/microcode/core.c
arch/x86/kernel/cpu/microcode/intel_early.c
arch/x86/kernel/cpuid.c
arch/x86/kernel/smpboot.c
arch/x86/kernel/topology.c