]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Consolidate ifdef blocks in reset
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Sep 2021 08:54:33 +0000 (09:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Sep 2021 08:54:33 +0000 (09:54 +0100)
commit1426f2449eab988ccacfc2d444af7352eabbf8d2
tree545ce3bcc065fd7f1ff1ea78f39ed8d0f6d677d5
parent4a888072c869a2f5ea26af43733490ff2c2ff1b9
target/arm: Consolidate ifdef blocks in reset

Move an ifndef CONFIG_USER_ONLY code block up in arm_cpu_reset() so
it can be merged with another earlier one.

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