direct-io.hg
changeset 9479:85b7a341207e
Include the E7520 (e.g., Dell 1850) irqbalance quirk fix even when
building a non-SMP kernel. The underlying hypervisor may still be SMP.
Signed-off-by: Keir Fraser <keir@xensource.com>
building a non-SMP kernel. The underlying hypervisor may still be SMP.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Mar 30 14:06:11 2006 +0100 (2006-03-30) |
parents | 2cd44eba4df6 |
children | 6cb5928fa026 |
files | linux-2.6-xen-sparse/arch/i386/kernel/quirks-xen.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/i386/kernel/quirks-xen.c Thu Mar 30 11:55:07 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/arch/i386/kernel/quirks-xen.c Thu Mar 30 14:06:11 2006 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 #include <linux/pci.h> 1.5 #include <linux/irq.h> 1.6 1.7 -#if defined(CONFIG_X86_IO_APIC) && defined(CONFIG_SMP) && defined(CONFIG_PCI) 1.8 +#if defined(CONFIG_X86_IO_APIC) && (defined(CONFIG_SMP) || defined(CONFIG_XEN)) && defined(CONFIG_PCI) 1.9 1.10 static void __devinit quirk_intel_irqbalance(struct pci_dev *dev) 1.11 {