* section mismatch in vcpu_hotplug() in linux-next
@ 2012-03-19 2:35 Gerard Snitselaar
0 siblings, 0 replies; only message in thread
From: Gerard Snitselaar @ 2012-03-19 2:35 UTC (permalink / raw)
To: xen-devel; +Cc: konrad.wilk, jeremy, linux-kernel
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?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-19 2:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 2:35 section mismatch in vcpu_hotplug() in linux-next Gerard Snitselaar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox