From 79b57ad1203fa5dc830da3a0d6027bc59d426f1d Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 16 Jan 2014 15:07:12 -0500 Subject: Default to SLUB_DEBUG_ON not set We can flip it on at runtime if we need to, and this should help a performance hit people have been seeing for a while now. We'll enable it manually for merge window kernels. https://lists.fedoraproject.org/pipermail/kernel/2014-January/004810.html --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a9cc15fb..23f8c4861 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,6 @@ extremedebug: @perl -pi -e 's/# CONFIG_DEBUG_PAGEALLOC is not set/CONFIG_DEBUG_PAGEALLOC=y/' config-nodebug debug: - @perl -pi -e 's/# CONFIG_SLUB_DEBUG_ON is not set/CONFIG_SLUB_DEBUG_ON=y/' config-nodebug @perl -pi -e 's/# CONFIG_LOCK_STAT is not set/CONFIG_LOCK_STAT=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_STACK_USAGE is not set/CONFIG_DEBUG_STACK_USAGE=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_SLAB is not set/CONFIG_DEBUG_SLAB=y/' config-nodebug -- cgit