···8686 pcpu = get_hard_smp_processor_id(lcpu);87878888 /* Fixup atomic count: it exited inside IRQ handler. */8989- paca[lcpu].__current->thread_info->preempt_count = 0;8989+ task_thread_info(paca[lcpu].__current)->preempt_count = 0;90909191 /*9292 * If the RTAS start-cpu token does not exist then presume the
+1-1
arch/powerpc/platforms/pseries/smp.c
···282282 pcpu = get_hard_smp_processor_id(lcpu);283283284284 /* Fixup atomic count: it exited inside IRQ handler. */285285- paca[lcpu].__current->thread_info->preempt_count = 0;285285+ task_thread_info(paca[lcpu].__current)->preempt_count = 0;286286287287 /* 288288 * If the RTAS start-cpu token does not exist then presume the