Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85989
b: refs/heads/master
c: d8ff0bb
h: refs/heads/master
i:
  85987: 942fda1
v: v3
  • Loading branch information
Marcin Slusarz authored and Ingo Molnar committed Feb 19, 2008
1 parent f7f116b commit 5fd842e
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: d76c1ae4d1f4f322d47e7c6e47a277384ba9d9cb
refs/heads/master: d8ff0bbf564f7ebf6c33ef6662d8f00c7d43ba80
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ __setup("noclflush", setup_noclflush);
void __cpuinit print_cpu_info(struct cpuinfo_x86 *c)
{
if (c->x86_model_id[0])
printk(KERN_INFO "%s", c->x86_model_id);
printk(KERN_CONT "%s", c->x86_model_id);

if (c->x86_mask || c->cpuid_level >= 0)
printk(KERN_CONT " stepping %02x\n", c->x86_mask);
Expand Down

0 comments on commit 5fd842e

Please sign in to comment.