projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ad06dd
)
sh: Mark kretprobe_trampoline_holder static and __used.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Sep 2008 03:02:17 +0000
(12:02 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Sep 2008 03:02:17 +0000
(12:02 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/kprobes.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/kprobes.c
b/arch/sh/kernel/kprobes.c
index c4f4a0923eb9e34854165596928f8c4e9e6f7612..ac6074942fd66fee308c46710ac4854043aa97ab 100644
(file)
--- a/
arch/sh/kernel/kprobes.c
+++ b/
arch/sh/kernel/kprobes.c
@@
-277,7
+277,7
@@
static int __kprobes kprobe_handler(struct pt_regs *regs)
* here. When a retprobed function returns, this probe is hit and
* trampoline_probe_handler() runs, calling the kretprobe's handler.
*/
-
voi
d kretprobe_trampoline_holder(void)
+
static void __use
d kretprobe_trampoline_holder(void)
{
asm volatile ("kretprobe_trampoline: \n" "nop\n");
}