Message ID | 20200514192626.9950-9-thuth@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Misc fixes and CI improvements | expand |
diff --git a/x86/svm_tests.c b/x86/svm_tests.c index 2f53b8f..be1bddf 100644 --- a/x86/svm_tests.c +++ b/x86/svm_tests.c @@ -844,7 +844,7 @@ static bool npt_rw_l1mmio_check(struct svm_test *test) } #define TSC_ADJUST_VALUE (1ll << 32) -#define TSC_OFFSET_VALUE (-1ll << 48) +#define TSC_OFFSET_VALUE (~0ull << 48) static bool ok; static void tsc_adjust_prepare(struct svm_test *test)