diff options
| author | Miles Krause <mileskrause5200@gmail.com> | 2026-04-29 18:24:35 -0400 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-05-03 08:49:11 -0600 |
| commit | e5ebf6278d06b55dadded317b92e351c03e05e6e (patch) | |
| tree | 13049948993c7dbe78f6057a29ecce1ce179c165 | |
| parent | 61e4155c81d1cc2b8a76344b65fd5fec41420cd6 (diff) | |
| download | lwn-e5ebf6278d06b55dadded317b92e351c03e05e6e.tar.gz lwn-e5ebf6278d06b55dadded317b92e351c03e05e6e.zip | |
Documentation/scheduler: Fix duplicated word in sched-deadline
The SCHED_DEADLINE documentation has a duplicated the in the CPU
affinity section.
Remove the extra word.
Signed-off-by: Miles Krause <mileskrause5200@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260429222435.2041-1-mileskrause5200@gmail.com>
| -rw-r--r-- | Documentation/scheduler/sched-deadline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scheduler/sched-deadline.rst b/Documentation/scheduler/sched-deadline.rst index 3ad93cd7b59a..9019b66f6a5b 100644 --- a/Documentation/scheduler/sched-deadline.rst +++ b/Documentation/scheduler/sched-deadline.rst @@ -685,7 +685,7 @@ Deadline Task Scheduling Deadline tasks cannot have a cpu affinity mask smaller than the root domain they are created on. So, using ``sched_setaffinity(2)`` won't work. Instead, the - the deadline task should be created in a restricted root domain. This can be + deadline task should be created in a restricted root domain. This can be done using the cpuset controller of either cgroup v1 (deprecated) or cgroup v2. See :ref:`Documentation/admin-guide/cgroup-v1/cpusets.rst <cpusets>` and :ref:`Documentation/admin-guide/cgroup-v2.rst <cgroup-v2>` for more information. |
