From: Eric W. Biederman Date: Tue, 26 Jul 2005 17:44:21 +0000 (-0600) Subject: [PATCH] x86_64: Fix reboot_force X-Git-Tag: v2.6.13-rc4~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9a90073c75bffbb89763a0c7d44a2e44e9e628;p=pandora-kernel.git [PATCH] x86_64: Fix reboot_force We only want to shutdown the apics if reboot_force is not specified. Be we are doing this both in machine_shutdown which is called unconditionally and if (!reboot_force). So simply call machine_shutdown if (!reboot_force). It looks like something went weird with merging some of the kexec patches for x86_64, and caused this. Signed-off-by: Eric W. Biederman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed