msrtool: Fix Geode LX probe function, Family/Model were swapped
[coreboot.git] / util / msrtool / geodelx.c
index 65317a2698f0b974d4cc4fb3595cca6dbfa7e9d3..8cf7ec00489a7182103c48c78f5443495566a235 100644 (file)
@@ -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[] = {