Skip to content

Commit 4a09e35

Browse files
baruchsiachFrederic Weisbecker
authored andcommitted
doc: rcu: update printed dynticks counter bits
The stall warning prints 16 bits since commit 1714767 ("context_tracking: Convert state to atomic_t"). Fixes: 1714767 ("context_tracking: Convert state to atomic_t") Signed-off-by: Baruch Siach <[email protected]> Reviewed-by: "Paul E. McKenney" <[email protected]> Signed-off-by: Neeraj Upadhyay <[email protected]> Signed-off-by: Frederic Weisbecker <[email protected]>
1 parent f7345cc commit 4a09e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/RCU/stallwarn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ ticks this GP)" indicates that this CPU has not taken any scheduling-clock
249249
interrupts during the current stalled grace period.
250250

251251
The "idle=" portion of the message prints the dyntick-idle state.
252-
The hex number before the first "/" is the low-order 12 bits of the
252+
The hex number before the first "/" is the low-order 16 bits of the
253253
dynticks counter, which will have an even-numbered value if the CPU
254254
is in dyntick-idle mode and an odd-numbered value otherwise. The hex
255255
number between the two "/"s is the value of the nesting, which will be

0 commit comments

Comments
 (0)