Re: [PATCH v2] ARM: pm: fix HYP/SVC mode mismatch when MCPM is used

2019-02-17 Thread Anand Moon
Hi Marek, On Fri, 15 Feb 2019 at 21:40, Marek Szyprowski wrote: > > MCPM does a soft reset of the CPUs and uses common cpu_resume() routine to > perform low-level platform initialization. This results in a try to install > HYP stubs for the second time for each CPU and results in false HYP/SVC >

[PATCH v2] ARM: pm: fix HYP/SVC mode mismatch when MCPM is used

2019-02-15 Thread Marek Szyprowski
MCPM does a soft reset of the CPUs and uses common cpu_resume() routine to perform low-level platform initialization. This results in a try to install HYP stubs for the second time for each CPU and results in false HYP/SVC mode mismatch detection. The HYP stubs are already installed at the beginnin