summaryrefslogtreecommitdiff
path: root/Documentation/RCU/stallwarn.txt
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-04-25 08:51:28 +0200
committerIngo Molnar <mingo@kernel.org>2013-04-25 08:51:28 +0200
commit666a15ffbae110fa7a4f2ff628e52ab4c50568ce (patch)
tree987e07c8e5b6ca3d3db8ea2a900efcaa9d7bfa7d /Documentation/RCU/stallwarn.txt
parent49ce750e62043254457a09a99316fc6a90b309f3 (diff)
parent65e709dc0c25dbd563861924815e9a3a93878b75 (diff)
manual merge of timers/nohz
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/RCU/stallwarn.txt')
-rw-r--r--Documentation/RCU/stallwarn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/stallwarn.txt b/Documentation/RCU/stallwarn.txt
index e38b8df3d727..8e9359de1d28 100644
--- a/Documentation/RCU/stallwarn.txt
+++ b/Documentation/RCU/stallwarn.txt
@@ -191,7 +191,7 @@ o A CPU-bound real-time task in a CONFIG_PREEMPT_RT kernel that
o A hardware or software issue shuts off the scheduler-clock
interrupt on a CPU that is not in dyntick-idle mode. This
problem really has happened, and seems to be most likely to
- result in RCU CPU stall warnings for CONFIG_NO_HZ=n kernels.
+ result in RCU CPU stall warnings for CONFIG_NO_HZ_COMMON=n kernels.
o A bug in the RCU implementation.