summaryrefslogtreecommitdiff
path: root/util/msrtool/intel_core2_early.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/msrtool/intel_core2_early.c')
-rw-r--r--util/msrtool/intel_core2_early.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msrtool/intel_core2_early.c b/util/msrtool/intel_core2_early.c
index 0c6e15ff74..674d7db8da 100644
--- a/util/msrtool/intel_core2_early.c
+++ b/util/msrtool/intel_core2_early.c
@@ -21,7 +21,7 @@
int intel_core2_early_probe(const struct targetdef *target) {
struct cpuid_t *id = cpuid();
- return ((0x6 == id->family)&(0xf == id->model));
+ return ((0x6 == id->family) && (0xf == id->model));
}
const struct msrdef intel_core2_early_msrs[] = {