Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116112
b: refs/heads/master
c: 6eb2139
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 8, 2008
1 parent b30b061 commit 69e4060
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 61098a086671e2d386104e562fb7cd97cc197d1b
refs/heads/master: 6eb2139b3dc3e1c5181a7cdf83a517c57c34bb12
4 changes: 3 additions & 1 deletion trunk/arch/sh/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
*/
static void __used kretprobe_trampoline_holder(void)
{
asm volatile ("kretprobe_trampoline: \n" "nop\n");
asm volatile (".globl kretprobe_trampoline\n"
"kretprobe_trampoline:\n\t"
"nop\n");
}

/*
Expand Down

0 comments on commit 69e4060

Please sign in to comment.