diff options
Diffstat (limited to 'tools/perf/builtin-sched.c')
-rw-r--r-- | tools/perf/builtin-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c index 2ce87ef5a3e6..f856a02cd4fc 100644 --- a/tools/perf/builtin-sched.c +++ b/tools/perf/builtin-sched.c | |||
@@ -805,7 +805,7 @@ replay_wakeup_event(struct trace_wakeup_event *wakeup_event, | |||
805 | add_sched_event_wakeup(waker, timestamp, wakee); | 805 | add_sched_event_wakeup(waker, timestamp, wakee); |
806 | } | 806 | } |
807 | 807 | ||
808 | static unsigned long cpu_last_switched[MAX_CPUS]; | 808 | static u64 cpu_last_switched[MAX_CPUS]; |
809 | 809 | ||
810 | static void | 810 | static void |
811 | replay_switch_event(struct trace_switch_event *switch_event, | 811 | replay_switch_event(struct trace_switch_event *switch_event, |