mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
[PATCH] mutex subsystem, more debugging code
more mutex debugging: check for held locks during memory freeing, task exit, enable sysrq printouts, etc. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Arjan van de Ven <arjan@infradead.org>
This commit is contained in:
parent
408894ee4d
commit
de5097c2e7
7 changed files with 37 additions and 0 deletions
|
@ -4386,6 +4386,7 @@ void show_state(void)
|
|||
} while_each_thread(g, p);
|
||||
|
||||
read_unlock(&tasklist_lock);
|
||||
mutex_debug_show_all_locks();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue