From: "tip-bot for mike.travis@hpe.com" <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: prarit@redhat.com, russ.anderson@hpe.com, peterz@infradead.org,
andrew.banman@hpe.com, mingo@kernel.org, hpa@zytor.com,
tglx@linutronix.de, linux-kernel@vger.kernel.org,
dimitri.sivanich@hpe.com, mike.travis@hpe.com,
bin.gao@linux.intel.com
Subject: [tip:x86/timers] x86/platform/UV: Mark tsc_check_sync as an init function
Date: Tue, 24 Oct 2017 00:16:08 -0700 [thread overview]
Message-ID: <tip-b3270a5210229ee543339d34b74ba527f978c55b@git.kernel.org> (raw)
In-Reply-To: <20171023191841.985614692@stormcage.americas.sgi.com>
Commit-ID: b3270a5210229ee543339d34b74ba527f978c55b
Gitweb: https://git.kernel.org/tip/b3270a5210229ee543339d34b74ba527f978c55b
Author: mike.travis@hpe.com <mike.travis@hpe.com>
AuthorDate: Mon, 23 Oct 2017 14:18:42 -0500
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 24 Oct 2017 09:10:51 +0200
x86/platform/UV: Mark tsc_check_sync as an init function
Fix build problem:
>> WARNING: vmlinux.o(.text+0x4223a): Section mismatch in
reference from the function uv_tsc_check_sync() to the function
.init.text:uv_early_read_mmr() The function uv_tsc_check_sync()
references the function __init uv_early_read_mmr(). This is often
because uv_tsc_check_sync lacks a __init
Signed-off-by: Mike Travis <mike.travis@hpe.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Dimitri Sivanich <dimitri.sivanich@hpe.com>
Cc: Russ Anderson <russ.anderson@hpe.com>
Cc: Andrew Banman <andrew.banman@hpe.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Bin Gao <bin.gao@linux.intel.com>
Link: https://lkml.kernel.org/r/20171023191841.985614692@stormcage.americas.sgi.com
---
arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
index 4408254..5eda48a 100644
--- a/arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/arch/x86/kernel/apic/x2apic_uv_x.c
@@ -154,7 +154,7 @@ static int __init early_get_pnodeid(void)
return pnode;
}
-static void uv_tsc_check_sync(void)
+static void __init uv_tsc_check_sync(void)
{
u64 mmr;
int sync_state;
prev parent reply other threads:[~2017-10-24 7:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20171023191841.865008281@stormcage.americas.sgi.com>
2017-10-23 19:18 ` [PATCH 1/1] " mike.travis
2017-10-24 7:16 ` tip-bot for mike.travis@hpe.com [this message]
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=tip-b3270a5210229ee543339d34b74ba527f978c55b@git.kernel.org \
--to=tipbot@zytor.com \
--cc=andrew.banman@hpe.com \
--cc=bin.gao@linux.intel.com \
--cc=dimitri.sivanich@hpe.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mike.travis@hpe.com \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=prarit@redhat.com \
--cc=russ.anderson@hpe.com \
--cc=tglx@linutronix.de \
/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
all inboxes | Powered by JetHome®