diff options
Diffstat (limited to 'arch/s390/kernel/vtime.c')
-rw-r--r-- | arch/s390/kernel/vtime.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/s390/kernel/vtime.c b/arch/s390/kernel/vtime.c index 3fb09359eda6..9b9c1b78ec67 100644 --- a/arch/s390/kernel/vtime.c +++ b/arch/s390/kernel/vtime.c | |||
@@ -371,14 +371,14 @@ EXPORT_SYMBOL(del_virt_timer); | |||
371 | /* | 371 | /* |
372 | * Start the virtual CPU timer on the current CPU. | 372 | * Start the virtual CPU timer on the current CPU. |
373 | */ | 373 | */ |
374 | void __cpuinit init_cpu_vtimer(void) | 374 | void init_cpu_vtimer(void) |
375 | { | 375 | { |
376 | /* set initial cpu timer */ | 376 | /* set initial cpu timer */ |
377 | set_vtimer(VTIMER_MAX_SLICE); | 377 | set_vtimer(VTIMER_MAX_SLICE); |
378 | } | 378 | } |
379 | 379 | ||
380 | static int __cpuinit s390_nohz_notify(struct notifier_block *self, | 380 | static int s390_nohz_notify(struct notifier_block *self, unsigned long action, |
381 | unsigned long action, void *hcpu) | 381 | void *hcpu) |
382 | { | 382 | { |
383 | struct s390_idle_data *idle; | 383 | struct s390_idle_data *idle; |
384 | long cpu = (long) hcpu; | 384 | long cpu = (long) hcpu; |