qemu-e2k/target
Richard Henderson 29168c6585 target/nios2: Use env_cpu, env_archcpu
Cleanup in the boilerplate that each target must define.
Replace nios2_env_get_cpu with env_archcpu.  The combination
CPU(nios2_env_get_cpu) should have used ENV_GET_CPU to begin;
use env_cpu now.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
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 target/moxie: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
nios2 target/nios2: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -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