diff options
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc52xx_common.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_common.c b/arch/powerpc/platforms/52xx/mpc52xx_common.c index 4d5fd1dbd400..044b4e6e8743 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_common.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_common.c | |||
@@ -90,7 +90,7 @@ mpc5200_setup_xlb_arbiter(void) | |||
90 | of_node_put(np); | 90 | of_node_put(np); |
91 | if (!xlb) { | 91 | if (!xlb) { |
92 | printk(KERN_ERR __FILE__ ": " | 92 | printk(KERN_ERR __FILE__ ": " |
93 | "Error mapping XLB in mpc52xx_setup_cpu(). " | 93 | "Error mapping XLB in mpc52xx_setup_cpu(). " |
94 | "Expect some abnormal behavior\n"); | 94 | "Expect some abnormal behavior\n"); |
95 | return; | 95 | return; |
96 | } | 96 | } |
@@ -216,7 +216,8 @@ mpc52xx_restart(char *cmd) | |||
216 | out_be32(&mpc52xx_wdt->count, 0x000000ff); | 216 | out_be32(&mpc52xx_wdt->count, 0x000000ff); |
217 | out_be32(&mpc52xx_wdt->mode, 0x00009004); | 217 | out_be32(&mpc52xx_wdt->mode, 0x00009004); |
218 | } else | 218 | } else |
219 | printk("mpc52xx_restart: Can't access wdt. " | 219 | printk(KERN_ERR __FILE__ ": " |
220 | "mpc52xx_restart: Can't access wdt. " | ||
220 | "Restart impossible, system halted.\n"); | 221 | "Restart impossible, system halted.\n"); |
221 | 222 | ||
222 | while (1); | 223 | while (1); |