summaryrefslogtreecommitdiff
path: root/get_model_name.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2008-07-02 19:01:49 -0400
committerDave Jones <davej@redhat.com>2008-07-02 19:01:49 -0400
commiteaf20e9586a95e99cafa28e7e15c0518fe347598 (patch)
tree2b130ade596750faf5dfaa184aa3c04fe7a8e8df /get_model_name.c
parent6df360195b84fa119b3af0f390d42c8f7594f692 (diff)
Don't tack the brand onto the end of the CPU name
Print it out when we're dumping the raw value instead.
Diffstat (limited to 'get_model_name.c')
-rw-r--r--get_model_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_model_name.c b/get_model_name.c
index 0eb1ecf..e74dd0d 100644
--- a/get_model_name.c
+++ b/get_model_name.c
@@ -125,5 +125,5 @@ void get_model_name(struct cpudata *cpu)
}
}
- printf("Processor name string: %s\n\n", cp);
+ printf("Processor name string: %s\n", cp);
}