diff options
Diffstat (limited to 'arch/xtensa/kernel/time.c')
-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 60d29fe0b1bd..8df1e842f6d4 100644 --- a/arch/xtensa/kernel/time.c +++ b/arch/xtensa/kernel/time.c | |||
@@ -204,7 +204,7 @@ again: | |||
204 | } | 204 | } |
205 | 205 | ||
206 | #ifndef CONFIG_GENERIC_CALIBRATE_DELAY | 206 | #ifndef CONFIG_GENERIC_CALIBRATE_DELAY |
207 | void __devinit calibrate_delay(void) | 207 | void __cpuinit calibrate_delay(void) |
208 | { | 208 | { |
209 | loops_per_jiffy = CCOUNT_PER_JIFFY; | 209 | loops_per_jiffy = CCOUNT_PER_JIFFY; |
210 | printk("Calibrating delay loop (skipped)... " | 210 | printk("Calibrating delay loop (skipped)... " |