projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f04109b
)
trace_sched_wakeup: Remove unused variable
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 28 Jan 2009 15:08:37 +0000
(13:08 -0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 29 Jan 2009 13:31:03 +0000
(14:31 +0100)
Impact: cleanup
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace_sched_wakeup.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/trace/trace_sched_wakeup.c
b/kernel/trace/trace_sched_wakeup.c
index 93cecda650b20f620ff9449cb17782e187b27d49..a48c9b4b0c85c1675c02d26b86f6329eb66056cf 100644
(file)
--- a/
kernel/trace/trace_sched_wakeup.c
+++ b/
kernel/trace/trace_sched_wakeup.c
@@
-184,13
+184,10
@@
out:
static void __wakeup_reset(struct trace_array *tr)
{
- struct trace_array_cpu *data;
int cpu;
- for_each_possible_cpu(cpu) {
- data = tr->data[cpu];
+ for_each_possible_cpu(cpu)
tracing_reset(tr, cpu);
- }
wakeup_cpu = -1;
wakeup_prio = -1;