[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120319023531.GA22956@perelman.Home>
Date: Sun, 18 Mar 2012 19:35:31 -0700
From: Gerard Snitselaar <dev@...tselaar.org>
To: xen-devel@...ts.xensource.com
Cc: konrad.wilk@...cle.com, jeremy@...p.org,
linux-kernel@...r.kernel.org
Subject: section mismatch in vcpu_hotplug() in linux-next
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists