]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Remove CPSR_RESERVED
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Feb 2020 12:58:05 +0000 (12:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 14:14:54 +0000 (14:14 +0000)
commit70dae0d069c45250bbefd9424089383a8ac239de
treece6350aeda2e60baad4cefaaf26fce9fe6421b13
parentd203cabd1bd12f31c9df0b5737421ba67b96857b
target/arm: Remove CPSR_RESERVED

The only remaining use was in op_helper.c.  Use PSTATE_SS
directly, and move the commentary so that it is more obvious
what is going on.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200208125816.14954-10-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/op_helper.c