Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100568
b: refs/heads/master
c: e077341
h: refs/heads/master
v: v3
  • Loading branch information
Abhishek Sagar authored and Ingo Molnar committed Jun 2, 2008
1 parent 522d644 commit 82828cd
Show file tree
Hide file tree
Showing 3 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: ad90c0e3ce8d20d6873b57e36181ef6d7a0097fe
refs/heads/master: e0773410247f1e5fc6f7c52a4c5f3c6c9873d527
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ int __kprobes kprobe_exceptions_notify(struct notifier_block *self,
* for kretprobe handlers which should normally be interested in r0 only
* anyway.
*/
static void __attribute__((naked)) __kprobes kretprobe_trampoline(void)
void __naked __kprobes kretprobe_trampoline(void)
{
__asm__ __volatile__ (
"stmdb sp!, {r0 - r11} \n\t"
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-arm/kprobes.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ struct kprobe_ctlblk {
};

void arch_remove_kprobe(struct kprobe *);
void kretprobe_trampoline(void);

int kprobe_trap_handler(struct pt_regs *regs, unsigned int instr);
int kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr);
Expand Down

0 comments on commit 82828cd

Please sign in to comment.