On 5/18/20 7:30 AM, Peter Maydell wrote: > The Arm signal-handling code has some parts ifdeffed with a > TARGET_CONFIG_CPU_32, which is always defined. This is a leftover > from when this code's structure was based on the Linux kernel > signal handling code, where it was intended to support 26-bit > Arm CPUs. The kernel dropped its CONFIG_CPU_32 in kernel commit > 4da8b8208eded0ba21e3 in 2009. > > QEMU has never had 26-bit CPU support and is unlikely to ever > add it; we certainly aren't going to support 26-bit Linux > binaries via linux-user mode. The ifdef is just unhelpful > noise, so remove it entirely. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Based-on: <20200518142801.20503-1-peter.mayd...@linaro.org> > ("[PATCH v2] target/arm: Allow user-mode code to write CPSR.E via MSR") > to avoid a textual conflict. > > linux-user/arm/signal.c | 6 ------ > 1 file changed, 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~