[SPARC64]: Always register a PROM based early console.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-02-17 23:22:50 -08:00
parent f6095a5176
commit 3c62a2d347
3 changed files with 10 additions and 11 deletions

View file

@ -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();