forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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,