]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Move helper_dc_zva to helper-a64.c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Mar 2020 16:09:20 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Mar 2020 16:09:20 +0000 (16:09 +0000)
commit7b182eb2467af6c47c9c77c64bbbeed8ed53c330
tree6e35185494ddc48b3cdcabe4ac6c2ffdc1d3accf
parentd4564afe14708a09684ca417f7dc8e8c328658f5
target/arm: Move helper_dc_zva to helper-a64.c

This is an aarch64-only function.  Move it out of the shared file.
This patch is code movement only.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200302175829.2183-6-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper-a64.c
target/arm/helper-a64.h
target/arm/helper.h
target/arm/op_helper.c