diff options
author | Stephen Kitt <steve@sk2.org> | 2020-02-18 13:59:18 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-02-19 03:34:20 -0700 |
commit | a474105bb6a6fe85ea30d7fe0a087184da32c751 (patch) | |
tree | dd1e85a6fd7ee2ee17bdee633f8e0e9e55ea8563 /Documentation/admin-guide/sysctl | |
parent | 0317c5371e6a9b71a2e25b47013dd5c62d55d1a6 (diff) | |
download | linux-stable-a474105bb6a6fe85ea30d7fe0a087184da32c751.tar.gz linux-stable-a474105bb6a6fe85ea30d7fe0a087184da32c751.tar.bz2 linux-stable-a474105bb6a6fe85ea30d7fe0a087184da32c751.zip |
docs: drop l2cr from sysctl/kernel.rst
The l2cr sysctl entry was removed in commit c2f3dabefa73 ("sysctl:
kill binary sysctl KERN_PPC_L2CR"), this removes the corresponding
documentation.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/sysctl')
-rw-r--r-- | Documentation/admin-guide/sysctl/kernel.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index bb56ff25d947..99569a26f93e 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -377,13 +377,6 @@ When ``kptr_restrict`` is set to 2, kernel pointers printed using %pK will be replaced with 0s regardless of privileges. -l2cr (PPC only) -=============== - -This flag controls the L2 cache of G3 processor boards. If -0, the cache is disabled. Enabled if nonzero. - - modprobe ======== |