section mismatch in vcpu_hotplug() in linux-next

From: Gerard Snitselaar
Date: Sun Mar 18 2012 - 22:35:39 EST



I get the following section mismatch when building linux-next:

WARNING: vmlinux.o(.text+0xc93f32): Section mismatch in reference from the function vcpu_hotplug() to the function .cpuinit.text:cpu_up()
The function vcpu_hotplug() references
the function __cpuinit cpu_up().
This is often because vcpu_hotplug lacks a __cpuinit
annotation or the annotation of cpu_up is wrong.

Is this a benign warning?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/