From: Gerard Snitselaar <dev@snitselaar.org>
To: xen-devel@lists.xensource.com
Cc: konrad.wilk@oracle.com, jeremy@goop.org, linux-kernel@vger.kernel.org
Subject: section mismatch in vcpu_hotplug() in linux-next
Date: Sun, 18 Mar 2012 19:35:31 -0700 [thread overview]
Message-ID: <20120319023531.GA22956@perelman.Home> (raw)
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?
reply other threads:[~2012-03-19 2:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120319023531.GA22956@perelman.Home \
--to=dev@snitselaar.org \
--cc=jeremy@goop.org \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox