Skip to content

Commit

Permalink
doc: Update RCU's requirements page about the PREEMPT_RT wiki
Browse files Browse the repository at this point in the history
The PREEMPT_RT wiki moved from kernel.org to the Linux Foundation wiki.
The kernel.org wiki is read only.

This commit therefore updates the URL of the active PREEMPT_RT wiki.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
  • Loading branch information
Sebastian Andrzej Siewior authored and Paul E. McKenney committed Jan 7, 2021
1 parent 2252ec1 commit 361c0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/RCU/Design/Requirements/Requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2317,7 +2317,7 @@ decides to throw at it.

The Linux kernel is used for real-time workloads, especially in
conjunction with the `-rt
patchset <https://rt.wiki.kernel.org/index.php/Main_Page>`__. The
patchset <https://wiki.linuxfoundation.org/realtime/>`__. The
real-time-latency response requirements are such that the traditional
approach of disabling preemption across RCU read-side critical sections
is inappropriate. Kernels built with ``CONFIG_PREEMPT=y`` therefore use
Expand Down

0 comments on commit 361c0f3

Please sign in to comment.