]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/powerpc/platforms/pseries/hotplug-cpu.c
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
[linux.git] / arch / powerpc / platforms / pseries / hotplug-cpu.c
index 652d3e96b812b93834323e1a3a60a1e5bbab3612..6ef77caf7bcf47a7af035d31891707f9dd40a3b2 100644 (file)
@@ -234,7 +234,7 @@ static void pseries_cpu_die(unsigned int cpu)
         * done here.  Change isolate state to Isolate and
         * change allocation-state to Unusable.
         */
-       paca[cpu].cpu_start = 0;
+       paca_ptrs[cpu]->cpu_start = 0;
 }
 
 /*