Merge branch 'topic/paca' into next
Bring in yet another series that touches KVM code, and might need to be merged into the kvm-ppc branch to resolve conflicts. This required some changes in pnv_power9_force_smt4_catch/release() due to the paca array becomming an array of pointers.
Esse commit está contido em:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Referência em uma nova issue
Block a user