diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/setup.c')
| -rw-r--r-- | arch/powerpc/platforms/pseries/setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index fdb9b1c8f977..fdeefe54ea91 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c | |||
| @@ -507,7 +507,8 @@ define_machine(pseries) { | |||
| 507 | .restart = rtas_restart, | 507 | .restart = rtas_restart, |
| 508 | .power_off = pSeries_power_off, | 508 | .power_off = pSeries_power_off, |
| 509 | .halt = rtas_halt, | 509 | .halt = rtas_halt, |
| 510 | .panic = rtas_os_term, | 510 | .panic = rtas_panic_msg, |
| 511 | .machine_shutdown = rtas_os_term, | ||
| 511 | .get_boot_time = rtas_get_boot_time, | 512 | .get_boot_time = rtas_get_boot_time, |
| 512 | .get_rtc_time = rtas_get_rtc_time, | 513 | .get_rtc_time = rtas_get_rtc_time, |
| 513 | .set_rtc_time = rtas_set_rtc_time, | 514 | .set_rtc_time = rtas_set_rtc_time, |
