diff options
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/kernel/process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/avr32/kernel/process.c b/arch/avr32/kernel/process.c index 3de115462d7b..6cf9df176274 100644 --- a/arch/avr32/kernel/process.c +++ b/arch/avr32/kernel/process.c | |||
@@ -54,6 +54,8 @@ void machine_halt(void) | |||
54 | 54 | ||
55 | void machine_power_off(void) | 55 | void machine_power_off(void) |
56 | { | 56 | { |
57 | if (pm_power_off) | ||
58 | pm_power_off(); | ||
57 | } | 59 | } |
58 | 60 | ||
59 | void machine_restart(char *cmd) | 61 | void machine_restart(char *cmd) |