aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kprobes.c')
-rw-r--r--kernel/kprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index cfef426e4cdc..5beda378cc75 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -167,7 +167,7 @@ static inline void reset_kprobe_instance(void)
167 * This routine is called either: 167 * This routine is called either:
168 * - under the kprobe_lock spinlock - during kprobe_[un]register() 168 * - under the kprobe_lock spinlock - during kprobe_[un]register()
169 * OR 169 * OR
170 * - under an rcu_read_lock() - from arch/xxx/kernel/kprobes.c 170 * - with preemption disabled - from arch/xxx/kernel/kprobes.c
171 */ 171 */
172struct kprobe __kprobes *get_kprobe(void *addr) 172struct kprobe __kprobes *get_kprobe(void *addr)
173{ 173{