[PATCH for git-x86] Export native_read_tsc

From: Andi Kleen
Date: Mon Jan 14 2008 - 06:11:19 EST



Otherwise modular tcrypt, kvm-intel have unresolved symbols.

Signed-off-by: Andi Kleen <ak@xxxxxxx>

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);
+
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/