From 46bc046c9da3b0e90ee2309b77591715b04227b9 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Mon, 14 Sep 2009 18:22:53 +0200 Subject: [PATCH] --- yaml --- r: 163766 b: refs/heads/master c: d11533893b31ab7806ff04bfa69ae646068610ce h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/builtin-sched.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b02e880194b7..81048f6af201 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea57c4f5203d82c7844c54cdef54e972cf4e9d1f +refs/heads/master: d11533893b31ab7806ff04bfa69ae646068610ce diff --git a/trunk/tools/perf/builtin-sched.c b/trunk/tools/perf/builtin-sched.c index 2ce87ef5a3e6..f856a02cd4fc 100644 --- a/trunk/tools/perf/builtin-sched.c +++ b/trunk/tools/perf/builtin-sched.c @@ -805,7 +805,7 @@ replay_wakeup_event(struct trace_wakeup_event *wakeup_event, add_sched_event_wakeup(waker, timestamp, wakee); } -static unsigned long cpu_last_switched[MAX_CPUS]; +static u64 cpu_last_switched[MAX_CPUS]; static void replay_switch_event(struct trace_switch_event *switch_event,