]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/tsc.c
Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into...
[linux.git] / arch / x86 / kernel / tsc.c
index 8ed0857337739b1c462bbe52f15828a9f6510599..4b9ea101fe3b2923744b5b0b5b61c15ff1c3f296 100644 (file)
@@ -77,6 +77,12 @@ unsigned long long
 sched_clock(void) __attribute__((alias("native_sched_clock")));
 #endif
 
+unsigned long long native_read_tsc(void)
+{
+       return __native_read_tsc();
+}
+EXPORT_SYMBOL(native_read_tsc);
+
 int check_tsc_unstable(void)
 {
        return tsc_unstable;