From: Andi Kleen <andi@firstfloor.org>
To: mingo@elte.hu, tglx@linutronix.de, linux-kernel@vger.kernel.org
Subject: [PATCH for git-x86] Export native_read_tsc
Date: Mon, 14 Jan 2008 12:10:57 +0100 [thread overview]
Message-ID: <20080114111056.GA1659@basil.nowhere.org> (raw)
Otherwise modular tcrypt, kvm-intel have unresolved symbols.
Signed-off-by: Andi Kleen <ak@suse.de>
Index: linux/arch/x86/kernel/rtc.c
===================================================================
--- linux.orig/arch/x86/kernel/rtc.c
+++ linux/arch/x86/kernel/rtc.c
@@ -200,3 +200,5 @@ unsigned long long native_read_tsc(void)
{
return __native_read_tsc();
}
+EXPORT_SYMBOL(native_read_tsc);
+
next reply other threads:[~2008-01-14 11:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-14 11:10 Andi Kleen [this message]
2008-01-14 11:20 ` [PATCH for git-x86] Export native_read_tsc Ingo Molnar
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=20080114111056.GA1659@basil.nowhere.org \
--to=andi@firstfloor.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--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