projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10debfd
)
[ARM] 4847/1: kprobes: fix compilation with CONFIG_DEBUG_FS=y
author
Nicolas Pitre
<nico@cam.org>
Tue, 4 Mar 2008 20:56:21 +0000
(21:56 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 6 Mar 2008 12:18:18 +0000
(12:18 +0000)
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/kprobes.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kernel/kprobes.c
b/arch/arm/kernel/kprobes.c
index a22a98c43ca5911e9b8f9328509fbd4b9a973ca3..13e371aad8792686df6fee77d0642fa3030f8a69 100644
(file)
--- a/
arch/arm/kernel/kprobes.c
+++ b/
arch/arm/kernel/kprobes.c
@@
-431,6
+431,11
@@
int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs)
return 0;
}
+int __kprobes arch_trampoline_kprobe(struct kprobe *p)
+{
+ return 0;
+}
+
static struct undef_hook kprobes_break_hook = {
.instr_mask = 0xffffffff,
.instr_val = KPROBE_BREAKPOINT_INSTRUCTION,