x86: Introduce x86_cpuinit.early_percpu_clock_init hook
[deliverable/linux.git] / arch / x86 / kernel / smpboot.c
index 66d250c00d115bbaae4c7ab0917ce9c0dfe89643..a05d6fd5e06d5167f0afb9b06aad11dd9c145ba0 100644 (file)
@@ -255,6 +255,7 @@ notrace static void __cpuinit start_secondary(void *unused)
         * most necessary things.
         */
        cpu_init();
+       x86_cpuinit.early_percpu_clock_init();
        preempt_disable();
        smp_callin();
 
This page took 0.028203 seconds and 5 git commands to generate.