diff --git a/[refs] b/[refs] index 00045508dd10..3f6b1d95dfaf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 518edc93f8b29bc3e31a13ced0af27c602feed8f +refs/heads/master: dbae595249bdbacd852e677f9b3e995f65c16781 diff --git a/trunk/arch/x86/kernel/tsc_64.c b/trunk/arch/x86/kernel/tsc_64.c index c62f3b6eacc0..947554ddabb6 100644 --- a/trunk/arch/x86/kernel/tsc_64.c +++ b/trunk/arch/x86/kernel/tsc_64.c @@ -92,10 +92,12 @@ sched_clock(void) __attribute__((alias("native_sched_clock"))); static int tsc_unstable; -inline int check_tsc_unstable(void) +int check_tsc_unstable(void) { return tsc_unstable; } +EXPORT_SYMBOL_GPL(check_tsc_unstable); + #ifdef CONFIG_CPU_FREQ /* Frequency scaling support. Adjust the TSC based timer when the cpu frequency