Commit 544304b2 authored by Daniel Guilak's avatar Daniel Guilak Committed by Linus Torvalds

kernel/kprobes.c: Made kprobe_blacklist static.

Signed-off-by: default avatarDaniel Guilak <daniel@danielguilak.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 08405b8b
...@@ -79,7 +79,7 @@ static DEFINE_PER_CPU(struct kprobe *, kprobe_instance) = NULL; ...@@ -79,7 +79,7 @@ static DEFINE_PER_CPU(struct kprobe *, kprobe_instance) = NULL;
* *
* For such cases, we now have a blacklist * For such cases, we now have a blacklist
*/ */
struct kprobe_blackpoint kprobe_blacklist[] = { static struct kprobe_blackpoint kprobe_blacklist[] = {
{"preempt_schedule",}, {"preempt_schedule",},
{NULL} /* Terminator */ {NULL} /* Terminator */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment