Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86432
b: refs/heads/master
c: be71716
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Feb 29, 2008
1 parent ab75be4 commit ef69505
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: 622eaec613130e6ea78f2a5d5070e3278b21cd8f
refs/heads/master: be71716e464f4ea38f08034dc666f2feb55535d9
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ asmlinkage void __kprobes do_sparc64_fault(struct pt_regs *regs)
unsigned long tpc = regs->tpc;

/* Sanity check the PC. */
if ((tpc >= KERNBASE && tpc < (unsigned long) _etext) ||
if ((tpc >= KERNBASE && tpc < (unsigned long) __init_end) ||
(tpc >= MODULES_VADDR && tpc < MODULES_END)) {
/* Valid, no problems... */
} else {
Expand Down

0 comments on commit ef69505

Please sign in to comment.