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 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 | */ |
172 | struct kprobe __kprobes *get_kprobe(void *addr) | 172 | struct kprobe __kprobes *get_kprobe(void *addr) |
173 | { | 173 | { |