Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176431
b: refs/heads/master
c: 936cf25
h: refs/heads/master
i:
  176429: 4816830
  176427: 52935c7
  176423: 0a57892
  176415: ddbbeab
v: v3
  • Loading branch information
David S. Miller committed Dec 10, 2009
1 parent 1be03bf commit 0ac9009
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 08a036d583409e3517e3d15b7478d029b25f2cf2
refs/heads/master: 936cf251787be41833afe2a1e44fbd5fb2adbdb6
3 changes: 3 additions & 0 deletions trunk/arch/sparc/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}};

int __kprobes arch_prepare_kprobe(struct kprobe *p)
{
if ((unsigned long) p->addr & 0x3UL)
return -EILSEQ;

p->ainsn.insn[0] = *p->addr;
flushi(&p->ainsn.insn[0]);

Expand Down

0 comments on commit 0ac9009

Please sign in to comment.