* [PATCH for git-x86] Export native_read_tsc
@ 2008-01-14 11:10 Andi Kleen
2008-01-14 11:20 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2008-01-14 11:10 UTC (permalink / raw)
To: mingo, tglx, linux-kernel
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);
+
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH for git-x86] Export native_read_tsc
2008-01-14 11:10 [PATCH for git-x86] Export native_read_tsc Andi Kleen
@ 2008-01-14 11:20 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-01-14 11:20 UTC (permalink / raw)
To: Andi Kleen; +Cc: tglx, linux-kernel
* Andi Kleen <andi@firstfloor.org> wrote:
> 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);
thanks, applied.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-14 11:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-14 11:10 [PATCH for git-x86] Export native_read_tsc Andi Kleen
2008-01-14 11:20 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox