diff options
Diffstat (limited to 'runtime/autoconf-tsc-khz.c')
-rw-r--r-- | runtime/autoconf-tsc-khz.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/autoconf-tsc-khz.c b/runtime/autoconf-tsc-khz.c new file mode 100644 index 00000000..d6424251 --- /dev/null +++ b/runtime/autoconf-tsc-khz.c @@ -0,0 +1,3 @@ +#include <asm/tsc.h> + +unsigned int tsc = tsc_khz; |