diff options
Diffstat (limited to 'kernel/kprobes.c')
-rw-r--r-- | kernel/kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kprobes.c b/kernel/kprobes.c index c90e417bb963..d10ab6b9b5e0 100644 --- a/kernel/kprobes.c +++ b/kernel/kprobes.c | |||
@@ -1332,7 +1332,7 @@ bool __weak arch_within_kprobe_blacklist(unsigned long addr) | |||
1332 | addr < (unsigned long)__kprobes_text_end; | 1332 | addr < (unsigned long)__kprobes_text_end; |
1333 | } | 1333 | } |
1334 | 1334 | ||
1335 | static bool within_kprobe_blacklist(unsigned long addr) | 1335 | bool within_kprobe_blacklist(unsigned long addr) |
1336 | { | 1336 | { |
1337 | struct kprobe_blacklist_entry *ent; | 1337 | struct kprobe_blacklist_entry *ent; |
1338 | 1338 | ||