diff options
| -rw-r--r-- | kernel/kprobes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kprobes.c b/kernel/kprobes.c index c3340e836c37..ccec774c716d 100644 --- a/kernel/kprobes.c +++ b/kernel/kprobes.c | |||
| @@ -94,6 +94,7 @@ static struct kprobe_blackpoint kprobe_blacklist[] = { | |||
| 94 | {"native_get_debugreg",}, | 94 | {"native_get_debugreg",}, |
| 95 | {"irq_entries_start",}, | 95 | {"irq_entries_start",}, |
| 96 | {"common_interrupt",}, | 96 | {"common_interrupt",}, |
| 97 | {"mcount",}, /* mcount can be called from everywhere */ | ||
| 97 | {NULL} /* Terminator */ | 98 | {NULL} /* Terminator */ |
| 98 | }; | 99 | }; |
| 99 | 100 | ||
