Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119633
b: refs/heads/master
c: b270ee8
h: refs/heads/master
i:
  119631: e8a98b3
v: v3
  • Loading branch information
David S. Miller committed Dec 1, 2008
1 parent 2d712f2 commit cf297c1
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: be1ffce3527d800ad50b955ede6eb44811cefd03
refs/heads/master: b270ee8a9fc9547eb781ce9ccd379450bcf9a204
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/lib/user_fixup.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static unsigned long compute_size(unsigned long start, unsigned long size, unsig
if (fault_addr < start || fault_addr >= end) {
*offset = 0;
} else {
*offset = start - fault_addr;
*offset = fault_addr - start;
size = end - fault_addr;
}
return size;
Expand Down

0 comments on commit cf297c1

Please sign in to comment.