diff options
author | Stephen Kitt <steve@sk2.org> | 2020-02-18 13:59:23 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-02-19 03:34:42 -0700 |
commit | 8f21f54b8a9517e0213948088aca757a0f122447 (patch) | |
tree | 121dfa5e2e65271896751492ca3fe4fb43d479c7 /Documentation/admin-guide | |
parent | 404347e68aeb81b89dc440135ed23fcabff104f9 (diff) | |
download | linux-8f21f54b8a9517e0213948088aca757a0f122447.tar.gz linux-8f21f54b8a9517e0213948088aca757a0f122447.tar.bz2 linux-8f21f54b8a9517e0213948088aca757a0f122447.zip |
docs: sysctl/kernel: remove rtsig entries
These have no corresponding code in the kernel.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/sysctl/kernel.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index 60c97a79ff26..6c0d8c55101c 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -900,16 +900,6 @@ ROM/Flash boot loader. Maybe to tell it what to do after rebooting. ??? -rtsig-max & rtsig-nr -==================== - -The file rtsig-max can be used to tune the maximum number -of POSIX realtime (queued) signals that can be outstanding -in the system. - -rtsig-nr shows the number of RT signals currently queued. - - sched_energy_aware ================== |