mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
kernel/rtmutex-debug.c: cleanups
This patch contains the following cleanups: - make the needlessly global variable rt_trace_on static - remove the unused global function deadlock_trace_off() Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6d76013381
commit
a4d63e729e
1 changed files with 1 additions and 6 deletions
|
@ -82,12 +82,7 @@ do { \
|
||||||
* into the tracing code when doing error printk or
|
* into the tracing code when doing error printk or
|
||||||
* executing a BUG():
|
* executing a BUG():
|
||||||
*/
|
*/
|
||||||
int rt_trace_on = 1;
|
static int rt_trace_on = 1;
|
||||||
|
|
||||||
void deadlock_trace_off(void)
|
|
||||||
{
|
|
||||||
rt_trace_on = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void printk_task(struct task_struct *p)
|
static void printk_task(struct task_struct *p)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue