···254254 set_normalized_timespec(&wall_to_monotonic,255255 -xtime.tv_sec, -xtime.tv_nsec);256256257257+#ifdef CONFIG_GENERIC_CLOCKEVENTS_BROADCAST258258+ local_timer_setup(smp_processor_id());259259+#endif260260+257261 /*258262 * Find the timer to use as the system timer, it will be259263 * initialized for us.···265261 sys_timer = get_sys_timer();266262 printk(KERN_INFO "Using %s for system timer\n", sys_timer->name);267263268268-#ifdef CONFIG_GENERIC_CLOCKEVENTS_BROADCAST269269- local_timer_setup(smp_processor_id());270270-#endif271264272265 if (sys_timer->ops->read)273266 clocksource_sh.read = sys_timer->ops->read;