Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21437
b: refs/heads/master
c: d5eb400
h: refs/heads/master
i:
  21435: 2d8389c
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent acbcfdb commit 5239faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1ddb7c98d44b898cfe0443c1e242cebfb0479d46
refs/heads/master: d5eb4004303b4dd04ec83b926b5fc2d9ceda4b2e
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/pci_sun4v.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ void sun4v_pci_init(int node, char *model_name)
unsigned int devhandle;

prom_getproperty(node, "reg", (char *)&regs, sizeof(regs));
devhandle = (regs.phys_addr >> 32UL) & 0x0fffffff;;
devhandle = (regs.phys_addr >> 32UL) & 0x0fffffff;

for (p = pci_controller_root; p; p = p->next) {
struct pci_pbm_info *pbm;
Expand Down

0 comments on commit 5239faa

Please sign in to comment.