12 Jan, 2006
1 commit
-
Let's switch mutex_debug_check_no_locks_freed() to take (addr, len) as
arguments instead, since all its callers were just calculating the 'to'
address for themselves anyway... (and sometimes doing so badly).Signed-off-by: David Woodhouse
Acked-by: Ingo Molnar
Signed-off-by: Linus Torvalds
11 Jan, 2006
2 commits
-
Signed-off-by: Ingo Molnar
Signed-off-by: Linus Torvalds -
Remove unnecessary (and incorrect) inclusion of asm/mutex.h, pointed out
by David Howells.Signed-off-by: Ingo Molnar
Signed-off-by: Linus Torvalds
10 Jan, 2006
1 commit
-
mutex implementation - add debugging code.
Signed-off-by: Ingo Molnar
Signed-off-by: Arjan van de Ven