diff options
Diffstat (limited to 'util/msrtool')
-rw-r--r-- | util/msrtool/geodelx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msrtool/geodelx.c b/util/msrtool/geodelx.c index 65317a2698..8cf7ec0048 100644 --- a/util/msrtool/geodelx.c +++ b/util/msrtool/geodelx.c @@ -21,7 +21,7 @@ int geodelx_probe(const struct targetdef *target) { struct cpuid_t *id = cpuid(); - return 10 == id->family && 5 == id->model; + return 5 == id->family && 10 == id->model; } const struct msrdef geodelx_msrs[] = { |