summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-tsc-khz.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/autoconf-tsc-khz.c')
-rw-r--r--runtime/autoconf-tsc-khz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoconf-tsc-khz.c b/runtime/autoconf-tsc-khz.c
index d6424251..8f6a814c 100644
--- a/runtime/autoconf-tsc-khz.c
+++ b/runtime/autoconf-tsc-khz.c
@@ -1,3 +1,3 @@
#include <asm/tsc.h>
-unsigned int tsc = tsc_khz;
+unsigned int *ptsc = &tsc_khz;