Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221880
b: refs/heads/master
c: 235584b
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Russell King committed Nov 7, 2010
1 parent a384c62 commit 55bccb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 85d988fcff5a7e35df0d0fb0c581470f4b72a3de
refs/heads/master: 235584b6f3b71bc1381be13a963a16f7107650cf
3 changes: 1 addition & 2 deletions trunk/arch/arm/kernel/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,7 @@ static int hw_breakpoint_pending(unsigned long addr, unsigned int fsr,
breakpoint_handler(addr, regs);
break;
case ARM_ENTRY_ASYNC_WATCHPOINT:
WARN_ON("Asynchronous watchpoint exception taken. "
"Debugging results may be unreliable");
WARN(1, "Asynchronous watchpoint exception taken. Debugging results may be unreliable\n");
case ARM_ENTRY_SYNC_WATCHPOINT:
watchpoint_handler(addr, regs);
break;
Expand Down

0 comments on commit 55bccb9

Please sign in to comment.