mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] lockdep: rename DEBUG_WARN_ON()
Rename DEBUG_WARN_ON() to the less generic DEBUG_LOCKS_WARN_ON() name, so that it's clear that this is a lock-debugging internal mechanism. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
61f4c3d6db
commit
9e7f4d451e
4 changed files with 26 additions and 26 deletions
|
@ -16,7 +16,7 @@
|
|||
#define mutex_remove_waiter(lock, waiter, ti) \
|
||||
__list_del((waiter)->list.prev, (waiter)->list.next)
|
||||
|
||||
#define DEBUG_WARN_ON(c) do { } while (0)
|
||||
#define DEBUG_LOCKS_WARN_ON(c) do { } while (0)
|
||||
#define debug_mutex_set_owner(lock, new_owner) do { } while (0)
|
||||
#define debug_mutex_clear_owner(lock) do { } while (0)
|
||||
#define debug_mutex_init_waiter(waiter) do { } while (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue