From: Paul Mundt Date: Wed, 1 Feb 2006 11:06:08 +0000 (-0800) Subject: [PATCH] sh: machine_halt()/machine_power_off() cleanups X-Git-Tag: v2.6.16-rc2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3310bbd3add738c2b40bb4e4dc966cdea9d6a04;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed