projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c4bc9
)
sched/debug: Remove unused variable
author
Peter Zijlstra
<peterz@infradead.org>
Fri, 22 Sep 2017 16:14:08 +0000
(18:14 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 29 Sep 2017 08:09:09 +0000
(10:09 +0200)
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/debug.c
patch
|
blob
|
history
diff --git
a/kernel/sched/debug.c
b/kernel/sched/debug.c
index 01217fb5a5de9bd007506020cffb5052ab3abba8..2f93e4a2d9f623915d0023f9b3a7d8b7d7b95cf7 100644
(file)
--- a/
kernel/sched/debug.c
+++ b/
kernel/sched/debug.c
@@
-466,8
+466,6
@@
static char *task_group_path(struct task_group *tg)
}
#endif
-static const char stat_nam[] = TASK_STATE_TO_CHAR_STR;
-
static void
print_task(struct seq_file *m, struct rq *rq, struct task_struct *p)
{