Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146640
b: refs/heads/master
c: 84971bb
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Apr 17, 2009
1 parent 4659d4a commit 0e7f88e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 0232ba9ce031d0fd8f331fa8b3c00e16901f54e6
refs/heads/master: 84971bb401866d79c6b353cb1d8861c2b4621867
12 changes: 0 additions & 12 deletions trunk/arch/sh/drivers/pci/pci-sh7780.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,6 @@ int __init sh7780_pcic_init(struct pci_channel *chan,
pci_write_reg(chan, map->window1.base, SH4_PCILAR1);
pci_write_reg(chan, map->window1.base, SH7780_PCIMBAR1);

/* Map IO space into PCI IO window:
* IO addresses will be translated to the PCI IO window base address
*/
pr_debug("PCI: Mapping IO address 0x%x - 0x%x to base 0x%lx\n",
chan->io_resource->start, chan->io_resource->end,
chan->io_base + chan->io_resource->start);

/* NOTE: I'm ignoring the PCI error IRQs for now..
* TODO: add support for the internal error interrupts and
* DMA interrupts...
*/

/* Apply any last-minute PCIC fixups */
pci_fixup_pcic(chan);

Expand Down

0 comments on commit 0e7f88e

Please sign in to comment.