From: Siddha, Suresh B Date: Thu, 7 Dec 2006 01:14:10 +0000 (+0100) Subject: [PATCH] x86: fix the irqbalance quirk for E7320/E7520/E7525 X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d0a4ba45760b10ecee9035ed45b442c1a6cc84;p=pandora-kernel.git [PATCH] x86: fix the irqbalance quirk for E7320/E7520/E7525 Move the irqbalance quirks for E7320/E7520/E7525(Errata 23 in http://download.intel.com/design/chipsets/specupdt/30304203.pdf) to early quirks. And add a PCI quirk for these platforms to check(which happens very late during the boot) if the APIC routing is indeed set to default flat mode. This fixes the breakage(in x86_64) of this quirk due to cpu hotplug which selects physical mode instead of the logical flat(as needed for this errata workaround). Signed-off-by: Suresh Siddha Signed-off-by: Andi Kleen Cc: Andi Kleen Cc: "Li, Shaohua" Signed-off-by: Andrew Morton --- Reading git-diff-tree failed