mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
[SPARC64]: Always register a PROM based early console.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f6095a5176
commit
3c62a2d347
3 changed files with 10 additions and 11 deletions
|
@ -618,9 +618,9 @@ static void __init inherit_prom_mappings(void)
|
|||
read_obp_translations();
|
||||
|
||||
/* Now fixup OBP's idea about where we really are mapped. */
|
||||
prom_printf("Remapping the kernel... ");
|
||||
printk("Remapping the kernel... ");
|
||||
remap_kernel();
|
||||
prom_printf("done.\n");
|
||||
printk("done.\n");
|
||||
}
|
||||
|
||||
void prom_world(int enter)
|
||||
|
@ -1414,7 +1414,7 @@ void __init paging_init(void)
|
|||
zholes_size);
|
||||
}
|
||||
|
||||
prom_printf("Booting Linux...\n");
|
||||
printk("Booting Linux...\n");
|
||||
|
||||
central_probe();
|
||||
cpu_probe();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue