mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-09 07:57:46 -07:00
target/xtensa: Restrict SoftMMU mmu_index() to TCG
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250401080938.32278-23-philmd@linaro.org>
This commit is contained in:
parent
46708ccec1
commit
befb31d349
1 changed files with 1 additions and 1 deletions
|
|
@ -236,6 +236,7 @@ static const TCGCPUOps xtensa_tcg_ops = {
|
|||
.translate_code = xtensa_translate_code,
|
||||
.debug_excp_handler = xtensa_breakpoint_handler,
|
||||
.restore_state_to_opc = xtensa_restore_state_to_opc,
|
||||
.mmu_index = xtensa_cpu_mmu_index,
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
.tlb_fill = xtensa_cpu_tlb_fill,
|
||||
|
|
@ -262,7 +263,6 @@ static void xtensa_cpu_class_init(ObjectClass *oc, void *data)
|
|||
&xcc->parent_phases);
|
||||
|
||||
cc->class_by_name = xtensa_cpu_class_by_name;
|
||||
cc->mmu_index = xtensa_cpu_mmu_index;
|
||||
cc->dump_state = xtensa_cpu_dump_state;
|
||||
cc->set_pc = xtensa_cpu_set_pc;
|
||||
cc->get_pc = xtensa_cpu_get_pc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue