mirror_qemu/target
Richard Henderson 5a7330b35c target/mips: Use env_cpu, env_archcpu
Cleanup in the boilerplate that each target must define.
Replace mips_env_get_cpu with env_archcpu.  The combination
CPU(mips_env_get_cpu) should have used ENV_GET_CPU to begin;
use env_cpu now.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2019-06-10 07:03:42 -07:00
..
alpha target/alpha: Use env_cpu, env_archcpu 2019-06-10 07:03:34 -07:00
arm target/arm: Use env_cpu, env_archcpu 2019-06-10 07:03:34 -07:00
cris target/cris: Use env_cpu, env_archcpu 2019-06-10 07:03:34 -07:00
hppa target/hppa: Use env_cpu, env_archcpu 2019-06-10 07:03:34 -07:00
i386 target/i386: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
lm32 target/lm32: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
m68k target/m68k: Use env_cpu 2019-06-10 07:03:42 -07:00
microblaze target/microblaze: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
mips target/mips: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
moxie cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
nios2 cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
openrisc cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
ppc cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
riscv cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
s390x cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
sh4 cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
sparc cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
tilegx cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
tricore cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
unicore32 cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00
xtensa cpu: Replace ENV_GET_CPU with env_cpu 2019-06-10 07:03:34 -07:00