summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorDavidlohr Bueso2019-05-15 00:42:46 +0200
committerLinus Torvalds2019-05-15 04:52:49 +0200
commit8e18faeac3e4d4b3ff3d705cd46d0fcb710b09d0 (patch)
tree0456fd3cd8626d842824839c5d9b9d62e7d165de /lib/Kconfig.debug
parentlib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMA (diff)
downloadkernel-qcow2-linux-8e18faeac3e4d4b3ff3d705cd46d0fcb710b09d0.tar.gz
kernel-qcow2-linux-8e18faeac3e4d4b3ff3d705cd46d0fcb710b09d0.tar.xz
kernel-qcow2-linux-8e18faeac3e4d4b3ff3d705cd46d0fcb710b09d0.zip
lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST
This is a lot more appropriate than PI_LIST, which in the kernel one would assume that it has to do with priority-inheritance; which is not -- furthermore futexes make use of plists so this can be even more confusing, albeit the debug nature of the config option. Link: http://lkml.kernel.org/r/20190317185434.1626-1-dave@stgolabs.net Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index d5411a7484f6..181bd56238b0 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1372,7 +1372,7 @@ config DEBUG_LIST
If unsure, say N.
-config DEBUG_PI_LIST
+config DEBUG_PLIST
bool "Debug priority linked list manipulation"
depends on DEBUG_KERNEL
help