diff options
Diffstat (limited to 'arch/x86/kernel/kprobes_32.c')
-rw-r--r-- | arch/x86/kernel/kprobes_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/kprobes_32.c b/arch/x86/kernel/kprobes_32.c index d708cd4f956f..8eccd2d04709 100644 --- a/arch/x86/kernel/kprobes_32.c +++ b/arch/x86/kernel/kprobes_32.c | |||
@@ -403,7 +403,7 @@ no_kprobe: | |||
403 | /* | 403 | /* |
404 | * Called from kretprobe_trampoline | 404 | * Called from kretprobe_trampoline |
405 | */ | 405 | */ |
406 | fastcall void *__kprobes trampoline_handler(struct pt_regs *regs) | 406 | void *__kprobes trampoline_handler(struct pt_regs *regs) |
407 | { | 407 | { |
408 | struct kretprobe_instance *ri = NULL; | 408 | struct kretprobe_instance *ri = NULL; |
409 | struct hlist_head *head, empty_rp; | 409 | struct hlist_head *head, empty_rp; |