diff options
| -rw-r--r-- | arch/xtensa/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c index bdbb17312526..24bb0c1776ba 100644 --- a/arch/xtensa/kernel/time.c +++ b/arch/xtensa/kernel/time.c | |||
| @@ -162,7 +162,7 @@ irqreturn_t timer_interrupt (int irq, void *dev_id) | |||
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | #ifndef CONFIG_GENERIC_CALIBRATE_DELAY | 164 | #ifndef CONFIG_GENERIC_CALIBRATE_DELAY |
| 165 | void __cpuinit calibrate_delay(void) | 165 | void calibrate_delay(void) |
| 166 | { | 166 | { |
| 167 | loops_per_jiffy = CCOUNT_PER_JIFFY; | 167 | loops_per_jiffy = CCOUNT_PER_JIFFY; |
| 168 | printk("Calibrating delay loop (skipped)... " | 168 | printk("Calibrating delay loop (skipped)... " |
