lguest: the host code
[deliverable/linux.git] / arch / x86_64 / kernel / tsc.c
index 48f9a8e6aa91ff3b22f08f514f487ffc0305558d..e850aa01e1b36bde40a413bd5ec6765862d134e2 100644 (file)
@@ -44,7 +44,7 @@ unsigned long long sched_clock(void)
 
 static int tsc_unstable;
 
-static inline int check_tsc_unstable(void)
+inline int check_tsc_unstable(void)
 {
        return tsc_unstable;
 }
This page took 0.025745 seconds and 5 git commands to generate.