]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Drop left-over comment about Jazz machine
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 15 Nov 2024 09:36:18 +0000 (10:36 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:57 +0000 (17:44 +0100)
commitabecbbbb215bb73571e74bf04c561b5286a74e9a
treed47bcebbc1d554fb074ae8bfa3e757fba6e1b242
parent6277e181a7dabbe1b4003e1509656c1ee477aa65
target/mips: Drop left-over comment about Jazz machine

Commit 3803b6b427 ("target/mips: Fold jazz behaviour into
mips_cpu_do_transaction_failed") removed update on TCGCPUOps
and commit 119065574d ("hw/core: Constify TCGCPUOps") made
it const. Remove the now irrelevant comment.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241115152053.66442-2-philmd@linaro.org>
target/mips/cpu.c