kernel-fxtec-pro1x/arch/x86/kernel/cpu
Sam Ravnborg b48ed48a78 x86: fix section mismatch warning in mcheck/mce_amd_64.c
Fix following warning:
WARNING: arch/x86/kernel/cpu/mcheck/built-in.o(.text+0x1584): Section mismatch: reference to .cpuinit.text:threshold_create_device in 'threshold_cpu_callback'

threshold_cpu_callback() is only used by threshold_cpu_notifier.
threshold_cpu_notifier is only used for cpu hot plug as it is registered
using register_hotcpu_notifier().

Mark them both __cpuinit to fix the warning.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:33:36 +01:00
..
cpufreq
mcheck x86: fix section mismatch warning in mcheck/mce_amd_64.c 2008-01-30 13:33:36 +01:00
mtrr
addon_cpuid_features.c
amd.c
bugs.c
centaur.c
common.c
cpu.h
cyrix.c
intel.c
intel_cacheinfo.c
Makefile
nexgen.c
perfctr-watchdog.c
proc.c
transmeta.c
umc.c