summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/cpuinfo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/TOOLS/cpuinfo.c b/TOOLS/cpuinfo.c
index 31864e5d4b..aeba895ad4 100644
--- a/TOOLS/cpuinfo.c
+++ b/TOOLS/cpuinfo.c
@@ -144,6 +144,9 @@ main(int argc, char **argv)
}
processor_name[48] = 0;
model_name = processor_name;
+ while (*model_name == ' ') {
+ model_name++;
+ }
}
} else {
amd_flags = 0;