OSDN Git Service

target/arm: Pass in current_el to fp and sve_exception_el
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 8 Oct 2018 13:55:02 +0000 (14:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Oct 2018 13:55:02 +0000 (14:55 +0100)
commit2de7ace292cf7846b0cda0e940272d2cb0e06859
treed4d748464fd4bd8da1bbf6244fec65119f6ccdea
parent60eed0869d68b91eff71cc0a0facb01983726a5d
target/arm: Pass in current_el to fp and sve_exception_el

We are going to want to determine whether sve is enabled
for EL other than current.

Tested-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181005175350.30752-4-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c