diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/smp.c')
-rw-r--r-- | arch/powerpc/platforms/cell/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/smp.c b/arch/powerpc/platforms/cell/smp.c index de96eadf419d..bdf6c5fe58c0 100644 --- a/arch/powerpc/platforms/cell/smp.c +++ b/arch/powerpc/platforms/cell/smp.c | |||
@@ -86,7 +86,7 @@ static inline int __devinit smp_startup_cpu(unsigned int lcpu) | |||
86 | pcpu = get_hard_smp_processor_id(lcpu); | 86 | pcpu = get_hard_smp_processor_id(lcpu); |
87 | 87 | ||
88 | /* Fixup atomic count: it exited inside IRQ handler. */ | 88 | /* Fixup atomic count: it exited inside IRQ handler. */ |
89 | paca[lcpu].__current->thread_info->preempt_count = 0; | 89 | task_thread_info(paca[lcpu].__current)->preempt_count = 0; |
90 | 90 | ||
91 | /* | 91 | /* |
92 | * If the RTAS start-cpu token does not exist then presume the | 92 | * If the RTAS start-cpu token does not exist then presume the |