summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcu.h
diff options
context:
space:
mode:
authorPaul E. McKenney2018-11-28 21:47:23 +0100
committerPaul E. McKenney2019-01-26 00:35:24 +0100
commitc2d8089de7f0b849af11c271278fe6b904db5df2 (patch)
tree16fcf4e0afdd8aa473e93ff14abcb230d6d22240 /kernel/rcu/rcu.h
parentrcu: Repair rcu_nmi_exit() docbook header (diff)
downloadkernel-qcow2-linux-c2d8089de7f0b849af11c271278fe6b904db5df2.tar.gz
kernel-qcow2-linux-c2d8089de7f0b849af11c271278fe6b904db5df2.tar.xz
kernel-qcow2-linux-c2d8089de7f0b849af11c271278fe6b904db5df2.zip
rcu: Fix obsolete DYNTICK_IRQ_NONIDLE comment
This commit updates the DYNTICK_IRQ_NONIDLE header comment to remove the obsolete commentary about unmatched rcu_irq_{enter,exit}(). Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'kernel/rcu/rcu.h')
-rw-r--r--kernel/rcu/rcu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/rcu.h b/kernel/rcu/rcu.h
index 75787186bd4f..51f1fb21f171 100644
--- a/kernel/rcu/rcu.h
+++ b/kernel/rcu/rcu.h
@@ -30,7 +30,7 @@
#define RCU_TRACE(stmt)
#endif /* #else #ifdef CONFIG_RCU_TRACE */
-/* Offset to allow for unmatched rcu_irq_{enter,exit}(). */
+/* Offset to allow distinguishing irq vs. task-based idle entry/exit. */
#define DYNTICK_IRQ_NONIDLE ((LONG_MAX / 2) + 1)