aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/srcu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/srcu.h')
-rw-r--r--include/linux/srcu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/srcu.h b/include/linux/srcu.h
index 4d5ecb222af9..9c01f1022428 100644
--- a/include/linux/srcu.h
+++ b/include/linux/srcu.h
@@ -84,8 +84,8 @@ long srcu_batches_completed(struct srcu_struct *sp);
84/** 84/**
85 * srcu_read_lock_held - might we be in SRCU read-side critical section? 85 * srcu_read_lock_held - might we be in SRCU read-side critical section?
86 * 86 *
87 * If CONFIG_PROVE_LOCKING is selected and enabled, returns nonzero iff in 87 * If CONFIG_DEBUG_LOCK_ALLOC is selected, returns nonzero iff in an SRCU
88 * an SRCU read-side critical section. In absence of CONFIG_PROVE_LOCKING, 88 * read-side critical section. In absence of CONFIG_DEBUG_LOCK_ALLOC,
89 * this assumes we are in an SRCU read-side critical section unless it can 89 * this assumes we are in an SRCU read-side critical section unless it can
90 * prove otherwise. 90 * prove otherwise.
91 */ 91 */