Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78040
b: refs/heads/master
c: 07c019b
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jan 29, 2008
1 parent eae06ae commit 4fb1680
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: e2defae5a9b4f8d1acb058be212ef89c8763dc5b
refs/heads/master: 07c019bcccbfb7ca148494444442a3c48880729a
4 changes: 2 additions & 2 deletions trunk/arch/mips/pci/pci-bcm1480.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ struct pci_ops bcm1480_pci_ops = {

static struct resource bcm1480_mem_resource = {
.name = "BCM1480 PCI MEM",
.start = 0x30000000UL,
.end = 0x3fffffffUL,
.start = A_BCM1480_PHYS_PCI_MEM_MATCH_BYTES,
.end = A_BCM1480_PHYS_PCI_MEM_MATCH_BYTES + 0xfffffffUL,
.flags = IORESOURCE_MEM,
};

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/pci/pci-bcm1480ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ struct pci_ops bcm1480ht_pci_ops = {

static struct resource bcm1480ht_mem_resource = {
.name = "BCM1480 HT MEM",
.start = 0x40000000UL,
.end = 0x5fffffffUL,
.start = A_BCM1480_PHYS_HT_MEM_MATCH_BYTES,
.end = A_BCM1480_PHYS_HT_MEM_MATCH_BYTES + 0x1fffffffUL,
.flags = IORESOURCE_MEM,
};

Expand Down

0 comments on commit 4fb1680

Please sign in to comment.