diff options
Diffstat (limited to 'arch/s390/kernel/sysinfo.c')
-rw-r--r-- | arch/s390/kernel/sysinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/sysinfo.c b/arch/s390/kernel/sysinfo.c index 62f89d98e880..811f542b8ed4 100644 --- a/arch/s390/kernel/sysinfo.c +++ b/arch/s390/kernel/sysinfo.c | |||
@@ -418,7 +418,7 @@ void s390_adjust_jiffies(void) | |||
418 | /* | 418 | /* |
419 | * calibrate the delay loop | 419 | * calibrate the delay loop |
420 | */ | 420 | */ |
421 | void __cpuinit calibrate_delay(void) | 421 | void calibrate_delay(void) |
422 | { | 422 | { |
423 | s390_adjust_jiffies(); | 423 | s390_adjust_jiffies(); |
424 | /* Print the good old Bogomips line .. */ | 424 | /* Print the good old Bogomips line .. */ |