Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58251
b: refs/heads/master
c: 38377be
h: refs/heads/master
i:
  58249: adc9daf
  58247: 82c95c9
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jul 7, 2007
1 parent c5ad57b commit 3f7174a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40e48eed84e65f909f5ac3d7a39547b70aacf90f
refs/heads/master: 38377be88ab878f44c687dbd704d4d044b000c97
5 changes: 2 additions & 3 deletions trunk/arch/i386/kernel/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ static void __devinit quirk_intel_irqbalance(struct pci_dev *dev)
if (rev > 0x9)
return;

printk(KERN_INFO "Intel E7520/7320/7525 detected.");

/* enable access to config space*/
pci_read_config_byte(dev, 0xf4, &config);
pci_write_config_byte(dev, 0xf4, config|0x2);
Expand All @@ -30,7 +28,8 @@ static void __devinit quirk_intel_irqbalance(struct pci_dev *dev)
raw_pci_ops->read(0, 0, 0x40, 0x4c, 2, &word);

if (!(word & (1 << 13))) {
printk(KERN_INFO "Disabling irq balancing and affinity\n");
printk(KERN_INFO "Intel E7520/7320/7525 detected. "
"Disabling irq balancing and affinity\n");
#ifdef CONFIG_IRQBALANCE
irqbalance_disable("");
#endif
Expand Down

0 comments on commit 3f7174a

Please sign in to comment.