Loading arch/arm/kernel/smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -568,7 +568,7 @@ static void percpu_timer_stop(void) static DEFINE_RAW_SPINLOCK(stop_lock); static struct pt_regs __percpu regs_before_stop; DEFINE_PER_CPU(struct pt_regs, regs_before_stop); /* * ipi_cpu_stop - handle IPI from smp_send_stop() */ Loading Loading
arch/arm/kernel/smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -568,7 +568,7 @@ static void percpu_timer_stop(void) static DEFINE_RAW_SPINLOCK(stop_lock); static struct pt_regs __percpu regs_before_stop; DEFINE_PER_CPU(struct pt_regs, regs_before_stop); /* * ipi_cpu_stop - handle IPI from smp_send_stop() */ Loading