Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297591
b: refs/heads/master
c: f5274c2
h: refs/heads/master
i:
  297589: a054d9e
  297587: 9f8aeef
  297583: a02866f
v: v3
  • Loading branch information
Javi Merino authored and Russell King committed Mar 24, 2012
1 parent 3940e29 commit dbadc83
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e0b823e9a543527dbb0f806252ee03a60f2aefbc
refs/heads/master: f5274c2d0d8d91076af8605187d762dfa0b92825
3 changes: 2 additions & 1 deletion trunk/arch/arm/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ __do_user_fault(struct task_struct *tsk, unsigned long addr,
struct siginfo si;

#ifdef CONFIG_DEBUG_USER
if (user_debug & UDBG_SEGV) {
if (((user_debug & UDBG_SEGV) && (sig == SIGSEGV)) ||
((user_debug & UDBG_BUS) && (sig == SIGBUS))) {
printk(KERN_DEBUG "%s: unhandled page fault (%d) at 0x%08lx, code 0x%03x\n",
tsk->comm, sig, addr, fsr);
show_pte(tsk->mm, addr);
Expand Down

0 comments on commit dbadc83

Please sign in to comment.