Re: [Qemu-devel] [PATCH for-4.1?] hw/arm/fsl-imx6ul.c: Remove dead SMP-related code

2019-07-12 Thread Philippe Mathieu-Daudé
On 7/12/19 1:50 PM, Peter Maydell wrote: > The i.MX6UL always has a single Cortex-A7 CPU (we set FSL_IMX6UL_NUM_CPUS > to 1 in line with this). This means that all the code in fsl-imx6ul.c to > handle multiple CPUs is dead code, and Coverity is now complaining that > it is unreachable (CID 1403008,

[Qemu-devel] [PATCH for-4.1?] hw/arm/fsl-imx6ul.c: Remove dead SMP-related code

2019-07-12 Thread Peter Maydell
The i.MX6UL always has a single Cortex-A7 CPU (we set FSL_IMX6UL_NUM_CPUS to 1 in line with this). This means that all the code in fsl-imx6ul.c to handle multiple CPUs is dead code, and Coverity is now complaining that it is unreachable (CID 1403008, 1403011). Remove the unreachable code and the o