Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21394
b: refs/heads/master
c: 3a8c069
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 471daeb commit 3091d2f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d82ace7dc4073b090a55b9740700e32b9a9ae302
refs/heads/master: 3a8c069d0eea936c2fe3637ab62967af31555ee9
5 changes: 4 additions & 1 deletion trunk/arch/sparc64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,10 @@ void __init setup_arch(char **cmdline_p)
*cmdline_p = prom_getbootargs();
strcpy(saved_command_line, *cmdline_p);

printk("ARCH: SUN4U\n");
if (tlb_type == hypervisor)
printk("ARCH: SUN4V\n");
else
printk("ARCH: SUN4U\n");

#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
Expand Down

0 comments on commit 3091d2f

Please sign in to comment.