Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60625
b: refs/heads/master
c: bf440b7
h: refs/heads/master
i:
  60623: 9d593fd
v: v3
  • Loading branch information
Kumar Gala committed Jun 29, 2007
1 parent abe1df6 commit 4ac6493
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 5531e41bf41b5bc34e3cb57af89b58a24fc0dd8d
refs/heads/master: bf440b712d289b157c72f19b389b8d918a8c8c5c
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/iseries/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ void __init iSeries_pcibios_init(void)
if (phb == NULL)
continue;

phb->pci_mem_offset = phb->local_number = bus;
phb->pci_mem_offset = bus;
phb->first_busno = bus;
phb->last_busno = bus;
phb->ops = &iSeries_pci_ops;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-powerpc/pci-bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ struct pci_controller {
struct resource io_resource;
struct resource mem_resources[3];
int global_number;
int local_number;
unsigned long buid;
unsigned long dma_window_base_cur;
unsigned long dma_window_size;
Expand Down

0 comments on commit 4ac6493

Please sign in to comment.