Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361371
b: refs/heads/master
c: 2bb78ef
h: refs/heads/master
i:
  361369: 7ce2dc4
  361367: e92b97e
v: v3
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Mar 17, 2013
1 parent 61179b2 commit 02a7de1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1674400aaee5b466c595a8fc310488263ce888c7
refs/heads/master: 2bb78efab42cf4ee7a7184f7d2da1b7cb331b479
1 change: 1 addition & 0 deletions trunk/arch/powerpc/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,7 @@ static long ppc_set_hwdebug(struct task_struct *child,

brk.address = bp_info->addr & ~7UL;
brk.type = HW_BRK_TYPE_TRANSLATE;
brk.len = 8;
if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ)
brk.type |= HW_BRK_TYPE_READ;
if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE)
Expand Down

0 comments on commit 02a7de1

Please sign in to comment.