diff options
| -rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 23c03f43e196..72d034258ba1 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
| @@ -1406,7 +1406,7 @@ static void migrate_hrtimers(int cpu) | |||
| 1406 | static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, | 1406 | static int __cpuinit hrtimer_cpu_notify(struct notifier_block *self, |
| 1407 | unsigned long action, void *hcpu) | 1407 | unsigned long action, void *hcpu) |
| 1408 | { | 1408 | { |
| 1409 | long cpu = (long)hcpu; | 1409 | unsigned int cpu = (long)hcpu; |
| 1410 | 1410 | ||
| 1411 | switch (action) { | 1411 | switch (action) { |
| 1412 | 1412 | ||
