]> git.proxmox.com Git - mirror_qemu.git/commit
target/sparc: Simplify qemu_irq_ack
authorClément Chigot <chigot@adacore.com>
Fri, 5 Jan 2024 10:24:18 +0000 (11:24 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jan 2024 15:20:15 +0000 (16:20 +0100)
commita318da6b3f6a88e6cfd6953c519def9457e8962f
tree49c96ca40adf845c0ead460d08bce0bf0d0a2b91
parent25145a7d7735344a469551946fc2a7f19eb4aa3d
target/sparc: Simplify qemu_irq_ack

This is a simple cleanup, since env is passed to qemu_irq_ack it can be
accessed from inside qemu_irq_ack.  Just drop this parameter.

Co-developed-by: Frederic Konrad <konrad.frederic@yahoo.fr>
Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240105102421.163554-7-chigot@adacore.com>
hw/sparc/leon3.c
target/sparc/cpu.h
target/sparc/int32_helper.c