summaryrefslogtreecommitdiffstats
path: root/kernel/configs
diff options
context:
space:
mode:
authorVlastimil Babka <vbabka@suse.cz>2023-02-27 17:46:13 +0100
committerVlastimil Babka <vbabka@suse.cz>2023-03-29 10:31:40 +0200
commitc9929f0e344a28b3a57b3b84fc237a7dd4134ef8 (patch)
tree4f7e9b05b9c140794bdfea66f0387fc951890656 /kernel/configs
parenteeac8ede17557680855031c6f305ece2378af326 (diff)
downloadlinux-c9929f0e344a28b3a57b3b84fc237a7dd4134ef8.tar.gz
linux-c9929f0e344a28b3a57b3b84fc237a7dd4134ef8.tar.bz2
linux-c9929f0e344a28b3a57b3b84fc237a7dd4134ef8.zip
mm/slob: remove CONFIG_SLOB
Remove SLOB from Kconfig and Makefile. Everything under #ifdef CONFIG_SLOB, and mm/slob.c is now dead code. Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Hyeonggon Yoo <42.hyeyoo@gmail.com> Acked-by: Lorenzo Stoakes <lstoakes@gmail.com> Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Diffstat (limited to 'kernel/configs')
-rw-r--r--kernel/configs/tiny.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/configs/tiny.config b/kernel/configs/tiny.config
index c2f9c912df1c..144b2bd86b14 100644
--- a/kernel/configs/tiny.config
+++ b/kernel/configs/tiny.config
@@ -7,6 +7,5 @@ CONFIG_KERNEL_XZ=y
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
# CONFIG_SLAB is not set
-# CONFIG_SLOB_DEPRECATED is not set
CONFIG_SLUB=y
CONFIG_SLUB_TINY=y