From: Robert Richter Date: Mon, 14 Feb 2011 18:08:33 +0000 (+0100) Subject: oprofile, s390: Fix section mismatch of function hws_cpu_callback() X-Git-Tag: v2.6.39-rc2~21^2~8^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bb2e269aefe4539313922ab4a89367cd52a51d1;p=profile%2Fivi%2Fkernel-x86-ivi.git oprofile, s390: Fix section mismatch of function hws_cpu_callback() Fixes the following section mismatch: Section mismatch in reference from the variable hws_cpu_notifier to the function .cpuinit.text:hws_cpu_callback() Acked-by: Heiko Carstens Signed-off-by: Robert Richter --- diff --git a/arch/s390/oprofile/hwsampler.c b/arch/s390/oprofile/hwsampler.c index ab3f770..3d48f4d 100644 --- a/arch/s390/oprofile/hwsampler.c +++ b/arch/s390/oprofile/hwsampler.c @@ -578,7 +578,7 @@ static struct notifier_block hws_oom_notifier = { .notifier_call = hws_oom_callback }; -static int __cpuinit hws_cpu_callback(struct notifier_block *nfb, +static int hws_cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) { /* We do not have sampler space available for all possible CPUs.