mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
cdc90a1871
commit
8e18faeac3
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue