Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31528
b: refs/heads/master
c: 1815aed
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 30, 2006
1 parent 7611c80 commit 14873ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1d22d3258aed732e1778ecb2e840e6c95cb668e
refs/heads/master: 1815aed5edbc79c6f3de6f022efb0af30dd0a70d
3 changes: 3 additions & 0 deletions trunk/arch/sparc64/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@ static void __init build_device_resources(struct of_device *op,
build_res:
memset(r, 0, sizeof(*r));
if (result != OF_BAD_ADDR) {
if (tlb_type == hypervisor)
result &= 0x0fffffffffffffffUL;

r->start = result;
r->end = result + size - 1;
r->flags = flags;
Expand Down

0 comments on commit 14873ee

Please sign in to comment.