]> git.baikalelectronics.ru Git - kernel.git/commit
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h
authorThomas Gleixner <tglx@linutronix.de>
Tue, 17 Aug 2021 14:17:38 +0000 (16:17 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Aug 2021 16:24:22 +0000 (18:24 +0200)
commit14d49d44d0f89c92925ba97c396f62e19f931c00
treef18f09526e80dd1be6b6ab261e314a5f5e38e9aa
parentc32cfdb165ef5c55178f0f0f79f6ffc9f7771c7f
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h

Having two header files which contain just the non-debug and debug variants
is mostly waste of disc space and has no real value. Stick the debug
variants into the common mutex.h file as counterpart to the stubs for the
non-debug case.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210815211303.995350521@linutronix.de
kernel/locking/mutex-debug.c
kernel/locking/mutex-debug.h [deleted file]
kernel/locking/mutex.c
kernel/locking/mutex.h