docs: admin-guide: remove obsolete advice related to SLAB allocator
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 30 Nov 2023 09:55:15 +0000 (10:55 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 23 Jan 2024 21:52:37 +0000 (14:52 -0700)
commitd546978e0c07b6333fdbcbd81b2f2e058d4560b5
tree2e43d8792dc3ef75722b957a71d7b2e8481c1d33
parentea7dcd8a48ea3b440a7070b1a0f70f757f8ed9a8
docs: admin-guide: remove obsolete advice related to SLAB allocator

Commit 1db9d06aaa55 ("mm/slab: remove CONFIG_SLAB from all Kconfig and
Makefile") removes the config SLAB and makes the SLUB allocator the only
default allocator in the kernel. Hence, the advice on reducing OS jitter
due to kworker kernel threads to build with CONFIG_SLUB instead of
CONFIG_SLAB is obsolete.

Remove the obsolete advice to build with SLUB instead of SLAB.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231130095515.21586-1-lukas.bulwahn@gmail.com
Documentation/admin-guide/kernel-per-CPU-kthreads.rst