summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/pda.h
diff options
context:
space:
mode:
authorNeil Horman2008-01-30 13:31:25 +0100
committerIngo Molnar2008-01-30 13:31:25 +0100
commitc6b48324325ffb637c3aafb2d795408febf40198 (patch)
tree11fd48bc4bbc2308f91865011679b31842e345f0 /include/asm-x86/pda.h
parentx86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.c (diff)
downloadkernel-qcow2-linux-c6b48324325ffb637c3aafb2d795408febf40198.tar.gz
kernel-qcow2-linux-c6b48324325ffb637c3aafb2d795408febf40198.tar.xz
kernel-qcow2-linux-c6b48324325ffb637c3aafb2d795408febf40198.zip
x86, kexec: force x86 arches to boot kdump kernels on boot cpu
Recently a kdump bug was discovered in which a system would hang inside calibrate_delay during the booting of the kdump kernel. This was caused by the fact that the jiffies counter was not being incremented during timer calibration. The root cause of this problem was found to be a bios misconfiguration of the hypertransport bus. On system affected by this hang, the bios had assigned APIC ids which used extended apic bits (more than the nominal 4 bit ids's), but failed to configure bit 17 of the hypertransport transaction config register, which indicated that the mask for the destination field of interrupt packets accross the ht bus (see section 3.3.9 of http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/26094.PDF). If a crash occurs on a cpu with an APIC id that extends beyond 4 bits, it will not recieve interrupts during the kdump kernel boot, and this hang will be the result. The fix is to add this patch, whcih add an early pci quirk check, to forcibly enable this bit in the httcfg register. This enables all cpus on a system to receive interrupts, and allows kdump kernel bootup to procede normally. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/pda.h')
0 files changed, 0 insertions, 0 deletions