Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33386
b: refs/heads/master
c: 83db3dd
h: refs/heads/master
v: v3
  • Loading branch information
Ananth N Mavinakayanahalli authored and Paul Mackerras committed Aug 17, 2006
1 parent b48bb8a commit 92c664f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b6f35b4966e0ae59cec45e5292b100698d12dc5f
refs/heads/master: 83db3dde2604d48e30a468c82da163dd1a8602b3
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ int __kprobes arch_prepare_kprobe(struct kprobe *p)
if (!ret) {
memcpy(p->ainsn.insn, p->addr, MAX_INSN_SIZE * sizeof(kprobe_opcode_t));
p->opcode = *p->addr;
flush_icache_range((unsigned long)p->ainsn.insn,
(unsigned long)p->ainsn.insn + sizeof(kprobe_opcode_t));
}

return ret;
Expand Down

0 comments on commit 92c664f

Please sign in to comment.