summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kitt <steve@sk2.org>2020-02-18 13:59:18 +0100
committerJonathan Corbet <corbet@lwn.net>2020-02-19 03:34:20 -0700
commita474105bb6a6fe85ea30d7fe0a087184da32c751 (patch)
treedd1e85a6fd7ee2ee17bdee633f8e0e9e55ea8563
parent0317c5371e6a9b71a2e25b47013dd5c62d55d1a6 (diff)
downloadlinux-a474105bb6a6fe85ea30d7fe0a087184da32c751.tar.bz2
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>
-rw-r--r--Documentation/admin-guide/sysctl/kernel.rst7
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
========