Re: [PATCH] kvm: powerpc: book3s: use local_paca instead of get_paca

2017-04-25 Thread Michael Ellerman
Denis Kirjanov writes: > On 3/29/17, Denis Kirjanov wrote: >> with CONFIG_DEBUG_PREEMPT get_paca produces the following warning >> in kvmppc_book3s_init_hv since we are getting into the >> smp_processor_id debugging code >> >> There is no real issue with the xics_phys field. >> If paca->kvm_hsta

Re: [PATCH] kvm: powerpc: book3s: use local_paca instead of get_paca

2017-04-25 Thread Denis Kirjanov
On 3/29/17, Denis Kirjanov wrote: > with CONFIG_DEBUG_PREEMPT get_paca produces the following warning > in kvmppc_book3s_init_hv since we are getting into the > smp_processor_id debugging code > > There is no real issue with the xics_phys field. > If paca->kvm_hstate.xics_phys is non-zero on one c

[PATCH] kvm: powerpc: book3s: use local_paca instead of get_paca

2017-03-29 Thread Denis Kirjanov
with CONFIG_DEBUG_PREEMPT get_paca produces the following warning in kvmppc_book3s_init_hv since we are getting into the smp_processor_id debugging code There is no real issue with the xics_phys field. If paca->kvm_hstate.xics_phys is non-zero on one cpu, it will be non-zero on them all. Therefor