Skip to content

Commit

Permalink
[MIPS] BCM1480: Cleanup debug code left behind in the PCI driver.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Mark Mason <mason@broadcom.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Mark Mason authored and Ralf Baechle committed Feb 7, 2006
1 parent 80f834e commit 4c91cc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/pci/pci-bcm1480.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,9 @@ static int __init bcm1480_pcibios_init(void)

/* turn on ExpMemEn */
cmdreg = READCFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40));
printk("PCIFeatureCtrl = %x\n", cmdreg);
WRITECFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40),
cmdreg | 0x10);
cmdreg = READCFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40));
printk("PCIFeatureCtrl = %x\n", cmdreg);

/*
* Establish mappings in KSEG2 (kernel virtual) to PCI I/O
Expand Down

0 comments on commit 4c91cc5

Please sign in to comment.