aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kernel/prom_init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index 3248f835ff9..df21f95b4b1 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -1085,7 +1085,7 @@ static void __init prom_instantiate_rtas(void)
1085 return; 1085 return;
1086 } 1086 }
1087 1087
1088 prom_printf("instantiating rtas at 0x%x ...", base); 1088 prom_printf("instantiating rtas at 0x%x...", base);
1089 1089
1090 if (call_prom_ret("call-method", 3, 2, &entry, 1090 if (call_prom_ret("call-method", 3, 2, &entry,
1091 ADDR("instantiate-rtas"), 1091 ADDR("instantiate-rtas"),
@@ -1564,7 +1564,7 @@ static void __init prom_check_displays(void)
1564 if (call_prom("package-to-path", 3, 1, node, path, 1564 if (call_prom("package-to-path", 3, 1, node, path,
1565 PROM_SCRATCH_SIZE-10) == PROM_ERROR) 1565 PROM_SCRATCH_SIZE-10) == PROM_ERROR)
1566 continue; 1566 continue;
1567 prom_printf("found display : %s, opening ... ", path); 1567 prom_printf("found display : %s, opening... ", path);
1568 1568
1569 ih = call_prom("open", 1, 1, path); 1569 ih = call_prom("open", 1, 1, path);
1570 if (ih == 0) { 1570 if (ih == 0) {
@@ -2389,7 +2389,7 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4,
2389 /* 2389 /*
2390 * Now finally create the flattened device-tree 2390 * Now finally create the flattened device-tree
2391 */ 2391 */
2392 prom_printf("copying OF device tree ...\n"); 2392 prom_printf("copying OF device tree...\n");
2393 flatten_device_tree(); 2393 flatten_device_tree();
2394 2394
2395 /* 2395 /*
@@ -2404,7 +2404,7 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4,
2404 * Call OF "quiesce" method to shut down pending DMA's from 2404 * Call OF "quiesce" method to shut down pending DMA's from
2405 * devices etc... 2405 * devices etc...
2406 */ 2406 */
2407 prom_printf("Calling quiesce ...\n"); 2407 prom_printf("Calling quiesce...\n");
2408 call_prom("quiesce", 0, 0); 2408 call_prom("quiesce", 0, 0);
2409 2409
2410 /* 2410 /*