summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-constant-tsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/autoconf-constant-tsc.c')
-rw-r--r--runtime/autoconf-constant-tsc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/autoconf-constant-tsc.c b/runtime/autoconf-constant-tsc.c
new file mode 100644
index 00000000..dbc6e4a9
--- /dev/null
+++ b/runtime/autoconf-constant-tsc.c
@@ -0,0 +1,3 @@
+#include <asm/cpufeature.h>
+
+int x = X86_FEATURE_CONSTANT_TSC;