mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target/mips: Rename helper.c as tlb_helper.c
This file contains functions related to TLB management, rename it as 'tlb_helper.c'. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201206233949.3783184-13-f4bug@amsat.org>
This commit is contained in:
parent
e9927723ba
commit
4cb213dc90
2 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ mips_ss.add(files(
|
||||||
'dsp_helper.c',
|
'dsp_helper.c',
|
||||||
'fpu_helper.c',
|
'fpu_helper.c',
|
||||||
'gdbstub.c',
|
'gdbstub.c',
|
||||||
'helper.c',
|
|
||||||
'lmmi_helper.c',
|
'lmmi_helper.c',
|
||||||
'msa_helper.c',
|
'msa_helper.c',
|
||||||
'op_helper.c',
|
'op_helper.c',
|
||||||
|
'tlb_helper.c',
|
||||||
'translate.c',
|
'translate.c',
|
||||||
))
|
))
|
||||||
mips_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c'))
|
mips_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c'))
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* MIPS emulation helpers for qemu.
|
* MIPS TLB (Translation lookaside buffer) helpers.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2004-2005 Jocelyn Mayer
|
* Copyright (c) 2004-2005 Jocelyn Mayer
|
||||||
*
|
*
|
Loading…
Add table
Add a link
Reference in a new issue