sh64: Add a sane pm_power_off implementation.

sh64 wasn't providing a sensible pm_power_off(), add one,
and just wrap it to machine_power_off, which already does
the right thing.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+3
+3
arch/sh64/kernel/process.c
··· 355 355 enter_deep_standby(); 356 356 } 357 357 358 + void (*pm_power_off)(void) = machine_power_off; 359 + EXPORT_SYMBOL(pm_power_off); 360 + 358 361 void show_regs(struct pt_regs * regs) 359 362 { 360 363 unsigned long long ah, al, bh, bl, ch, cl;