Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113523
b: refs/heads/master
c: bd32a8c
h: refs/heads/master
i:
  113521: ba59516
  113519: a1b8707
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 13, 2008
1 parent c6d0c45 commit 1ba03c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 606ee44dbb72fd48beb47f171d7b9cecf6ade6dd
refs/heads/master: bd32a8cfa8f172bd943655a3663d8005e5c1d83c
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ void __cpuinit print_cpu_info(struct cpuinfo_x86 *c)
else if (c->cpuid_level >= 0)
vendor = c->x86_vendor_id;

if (vendor && strncmp(c->x86_model_id, vendor, strlen(vendor)))
if (vendor && !strstr(c->x86_model_id, vendor))
printk(KERN_CONT "%s ", vendor);

if (c->x86_model_id[0])
Expand Down

0 comments on commit 1ba03c1

Please sign in to comment.