forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/Documentation/RCU/stallwarn.rst
....@@ -25,7 +25,7 @@
2525
2626 - A CPU looping with bottom halves disabled.
2727
28
-- For !CONFIG_PREEMPTION kernels, a CPU looping anywhere in the kernel
28
+- For !CONFIG_PREEMPT kernels, a CPU looping anywhere in the kernel
2929 without invoking schedule(). If the looping in the kernel is
3030 really expected and desirable behavior, you might need to add
3131 some calls to cond_resched().
....@@ -44,7 +44,7 @@
4444 result in the ``rcu_.*kthread starved for`` console-log message,
4545 which will include additional debugging information.
4646
47
-- A CPU-bound real-time task in a CONFIG_PREEMPTION kernel, which might
47
+- A CPU-bound real-time task in a CONFIG_PREEMPT kernel, which might
4848 happen to preempt a low-priority task in the middle of an RCU
4949 read-side critical section. This is especially damaging if
5050 that low-priority task is not permitted to run on any other CPU,