diff options
| author | Tejun Heo <tj@kernel.org> | 2026-01-21 14:24:24 -1000 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-01-21 14:24:59 -1000 |
| commit | 0ff6402de70b3233b4df09df9e5072088a993148 (patch) | |
| tree | c3ef6050f59be086f84434a354830179d93ef2f6 | |
| parent | 090e0ae303c76d4026b4bf50b2543690741730ae (diff) | |
cgroup: Remove stale cpu.rt.max reference from documentation
cpu.rt.max was a proposed interface that never landed in mainline. Remove the
reference from cgroup-v2 documentation.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Orestis Floros <orestisflo@gmail.com>
| -rw-r--r-- | Documentation/admin-guide/cgroup-v2.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst index 28613c0e1c90..9c8888d99e89 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -737,9 +737,6 @@ combinations are invalid and should be rejected. Also, if the resource is mandatory for execution of processes, process migrations may be rejected. -"cpu.rt.max" hard-allocates realtime slices and is an example of this -type. - Interface Files =============== |
