diff options
Diffstat (limited to 'runtime/autoconf-constant-tsc.c')
-rw-r--r-- | runtime/autoconf-constant-tsc.c | 3 |
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; |