Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234663
b: refs/heads/master
c: fd8fa4d
h: refs/heads/master
i:
  234661: 9fd2265
  234659: 35bf688
  234655: 4a15cb7
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Feb 18, 2011
1 parent fe654f3 commit 7776354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: bb3e6251a69e67d7620373ee18e35b404964273e
refs/heads/master: fd8fa4d3ddc4cc04ec8097e632b995d535c52beb
9 changes: 3 additions & 6 deletions trunk/arch/x86/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,9 @@ void show_regs_common(void)
init_utsname()->release,
(int)strcspn(init_utsname()->version, " "),
init_utsname()->version);
printk(KERN_CONT " ");
printk(KERN_CONT "%s %s", vendor, product);
if (board) {
printk(KERN_CONT "/");
printk(KERN_CONT "%s", board);
}
printk(KERN_CONT " %s %s", vendor, product);
if (board)
printk(KERN_CONT "/%s", board);
printk(KERN_CONT "\n");
}

Expand Down

0 comments on commit 7776354

Please sign in to comment.