mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-19 05:58:35 -07:00
target/mips: Drop left-over comment about Jazz machine
Commit3803b6b427("target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed") removed update on TCGCPUOps and commit119065574d("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>
This commit is contained in:
parent
6277e181a7
commit
abecbbbb21
1 changed files with 0 additions and 4 deletions
|
|
@ -546,10 +546,6 @@ static const Property mips_cpu_properties[] = {
|
||||||
|
|
||||||
#ifdef CONFIG_TCG
|
#ifdef CONFIG_TCG
|
||||||
#include "hw/core/tcg-cpu-ops.h"
|
#include "hw/core/tcg-cpu-ops.h"
|
||||||
/*
|
|
||||||
* NB: cannot be const, as some elements are changed for specific
|
|
||||||
* mips hardware (see hw/mips/jazz.c).
|
|
||||||
*/
|
|
||||||
static const TCGCPUOps mips_tcg_ops = {
|
static const TCGCPUOps mips_tcg_ops = {
|
||||||
.initialize = mips_tcg_init,
|
.initialize = mips_tcg_init,
|
||||||
.synchronize_from_tb = mips_cpu_synchronize_from_tb,
|
.synchronize_from_tb = mips_cpu_synchronize_from_tb,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue