commit | a3310bbd3add738c2b40bb4e4dc966cdea9d6a04 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Feb 01 03:06:08 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Feb 01 08:53:20 2006 -0800 |
tree | d0d1a654ebff78522ed8b3f6cdeb169cf384a2f4 | |
parent | 6c80a1f888f548c090feaac3ad63b2d1f607a2c5 [diff] |
[PATCH] sh: machine_halt()/machine_power_off() cleanups machine_halt() managed to trigger the soft lockup detection due to not disabling interrupts before going to sleep, so correct that. machine_power_off() should be using pm_power_off, which lets us drop the board-specific hacks from here. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>