x86: remove irqbalance in kernel for 32 bit
[deliverable/linux.git] / arch / x86 / kernel / quirks.c
index f6a11b9b1f9887f8979e67c982c5c5a39b3e1915..67465ed8931088b52d9b521cb3a116511cef9e42 100644 (file)
@@ -35,9 +35,6 @@ static void __devinit quirk_intel_irqbalance(struct pci_dev *dev)
        if (!(word & (1 << 13))) {
                dev_info(&dev->dev, "Intel E7520/7320/7525 detected; "
                        "disabling irq balancing and affinity\n");
-#ifdef CONFIG_IRQBALANCE
-               irqbalance_disable("");
-#endif
                noirqdebug_setup("");
 #ifdef CONFIG_PROC_FS
                no_irq_affinity = 1;
This page took 0.024001 seconds and 5 git commands to generate.