]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/aarch64: Remove unused get/put_user macros
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 12 Mar 2025 13:25:05 +0000 (13:25 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Mar 2025 10:49:20 +0000 (10:49 +0000)
commitfe0f88ab87632075ae9404685672a8f172a3ae6f
tree0df9ca9e0c2dddb6b032bf5687793216ac1427a6
parent23560ada94bd22cb9e8d27b7e9389f6369f6d74d
linux-user/aarch64: Remove unused get/put_user macros

At the top of linux-user/aarch64/cpu_loop.c we define a set of
macros for reading and writing data and code words, but we never
use these macros. Delete them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/aarch64/cpu_loop.c