From: akpm@osdl.org Date: Tue, 10 Jan 2006 04:51:48 +0000 (-0800) Subject: [PATCH] kdump: x86_64 kexec on panic X-Git-Tag: v2.6.16-rc1~631 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cffe632a25b017dac4b6f060cad31940c6c167b4;p=pandora-kernel.git [PATCH] kdump: x86_64 kexec on panic ) From: Vivek Goyal - Implementing the machine_crash_shutdown for x86_64 which will be called by crash_kexec (called in case of a panic, sysrq etc.). Here we do things similar to i386. Disable the interrupts, shootdown the cpus and shutdown LAPIC and IOAPIC. Changes in this version: - As the Eric's APIC initialization patches are reverted back, reintroducing LAPIC and IOAPIC shutdown. - Added some comments on CPU hotplug, modified code as suggested by Andi kleen. Signed-off-by: Murali M Chakravarthy Signed-off-by: Vivek Goyal Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed