Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21428
b: refs/heads/master
c: 0b52249
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent c20bfc8 commit eb87811
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c26092675020ff495a16dd635bf1733215325540
refs/heads/master: 0b522497a176f222ae4cf7e6733a5357352224b2
7 changes: 3 additions & 4 deletions trunk/arch/sparc64/kernel/pci_sun4v.c
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,10 @@ void sun4v_pci_init(int node, char *model_name)
&p->pbm_A :
&p->pbm_B);

if (pbm->devhandle == (devhandle ^ 0x40))
if (pbm->devhandle == (devhandle ^ 0x40)) {
pci_sun4v_pbm_init(p, node, devhandle);
return;
}
}

p = kmalloc(sizeof(struct pci_controller_info), GFP_ATOMIC);
Expand Down Expand Up @@ -961,7 +963,4 @@ void sun4v_pci_init(int node, char *model_name)
pci_memspace_mask = 0x7fffffffUL;

pci_sun4v_pbm_init(p, node, devhandle);

prom_printf("sun4v_pci_init: Implement me.\n");
prom_halt();
}

0 comments on commit eb87811

Please sign in to comment.