diff options
Diffstat (limited to 'arch/sparc64/mm/init.c')
| -rw-r--r-- | arch/sparc64/mm/init.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c index 035c73243adc..9e6bca266d88 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c | |||
| @@ -618,9 +618,9 @@ static void __init inherit_prom_mappings(void) | |||
| 618 | read_obp_translations(); | 618 | read_obp_translations(); |
| 619 | 619 | ||
| 620 | /* Now fixup OBP's idea about where we really are mapped. */ | 620 | /* Now fixup OBP's idea about where we really are mapped. */ |
| 621 | prom_printf("Remapping the kernel... "); | 621 | printk("Remapping the kernel... "); |
| 622 | remap_kernel(); | 622 | remap_kernel(); |
| 623 | prom_printf("done.\n"); | 623 | printk("done.\n"); |
| 624 | } | 624 | } |
| 625 | 625 | ||
| 626 | void prom_world(int enter) | 626 | void prom_world(int enter) |
| @@ -1414,7 +1414,7 @@ void __init paging_init(void) | |||
| 1414 | zholes_size); | 1414 | zholes_size); |
| 1415 | } | 1415 | } |
| 1416 | 1416 | ||
| 1417 | prom_printf("Booting Linux...\n"); | 1417 | printk("Booting Linux...\n"); |
| 1418 | 1418 | ||
| 1419 | central_probe(); | 1419 | central_probe(); |
| 1420 | cpu_probe(); | 1420 | cpu_probe(); |
