From: Aaron J Young Date: Mon, 25 Apr 2005 20:11:14 +0000 (-0700) Subject: [IA64-SGI] Altix: enable poweroff X-Git-Tag: v2.6.12-rc4~197^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1298c5c7e5763a3b2fd4a9535d474ff6e54cd53;p=pandora-kernel.git [IA64-SGI] Altix: enable poweroff This patch adds the necessary "hook" to allow SGI/SN machines to perform a system power off upon a 'init 0', 'halt -p', 'poweroff' or 'shutdown -h'. The "hook" is to set the pm_power_off callback to ia64_sn_power_down(). pm_power_off is checked in machine_power_off()/do_poweroff() and, if set, is executed. ia64_sn_power_down() is a function already present (but not used currently) in the sn kernel. ia64_sn_power_down() makes a SAL call to execute the power off. Signed-off-by: Aaron J Young Signed-off-by: Tony Luck --- Reading git-diff-tree failed