diff --git a/[refs] b/[refs] index 7fe6173d15ba..29b4961b9104 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f798634d806615bee27d1b83479034087a02aa0f +refs/heads/master: 7608a864e5211df1e3c1948e2719aec7c27b9333 diff --git a/trunk/kernel/hrtimer.c b/trunk/kernel/hrtimer.c index 23c03f43e196..72d034258ba1 100644 --- a/trunk/kernel/hrtimer.c +++ b/trunk/kernel/hrtimer.c @@ -1406,7 +1406,7 @@ static void migrate_hrtimers(int cpu) static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) { - long cpu = (long)hcpu; + unsigned int cpu = (long)hcpu; switch (action) {