]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Move arm_excp_unmasked to cpu.c
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Feb 2020 14:04:27 +0000 (14:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2020 14:04:27 +0000 (14:04 +0000)
commit310cedf39dea240a89f90729fd99481ff6158e90
tree47a6b946c2e4e2463a5d740d4e7d5547c6d78add
parentcd3f80aba0c559a6291f7c3e686422b15381f6b7
target/arm: Move arm_excp_unmasked to cpu.c

This inline function has one user in cpu.c, and need not be exposed
otherwise.  Code movement only, with fixups for checkpatch.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200206105448.4726-39-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/cpu.h