Skip to content

Commit

Permalink
[PATCH] restore power-off on sparc32
Browse files Browse the repository at this point in the history
Damn you, Eric

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent 83ec98b commit 304cd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void (*pm_idle)(void);
* This is done via auxio, but could be used as a fallback
* handler when auxio is not present-- unused for now...
*/
void (*pm_power_off)(void);
void (*pm_power_off)(void) = machine_power_off;

/*
* sysctl - toggle power-off restriction for serial console
Expand Down

0 comments on commit 304cd3e

Please sign in to comment.