···86 pcpu = get_hard_smp_processor_id(lcpu);8788 /* Fixup atomic count: it exited inside IRQ handler. */89- paca[lcpu].__current->thread_info->preempt_count = 0;9091 /*92 * If the RTAS start-cpu token does not exist then presume the
···86 pcpu = get_hard_smp_processor_id(lcpu);8788 /* Fixup atomic count: it exited inside IRQ handler. */89+ task_thread_info(paca[lcpu].__current)->preempt_count = 0;9091 /*92 * If the RTAS start-cpu token does not exist then presume the
+1-1
arch/powerpc/platforms/pseries/smp.c
···282 pcpu = get_hard_smp_processor_id(lcpu);283284 /* Fixup atomic count: it exited inside IRQ handler. */285- paca[lcpu].__current->thread_info->preempt_count = 0;286287 /* 288 * If the RTAS start-cpu token does not exist then presume the
···282 pcpu = get_hard_smp_processor_id(lcpu);283284 /* Fixup atomic count: it exited inside IRQ handler. */285+ task_thread_info(paca[lcpu].__current)->preempt_count = 0;286287 /* 288 * If the RTAS start-cpu token does not exist then presume the