commit | dbefca236a464f942efae6319f68aa7663b20718 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Mar 22 17:46:40 2019 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 10 07:03:34 2019 -0700 |
tree | b0472d46f164e8ac74a42837b3c902a5f98b4701 | |
parent | ac4df09f91d88db5da217e9d8ed295bf17510051 [diff] |
target/cris: Use env_cpu, env_archcpu Cleanup in the boilerplate that each target must define. Replace cris_env_get_cpu with env_archcpu. The combination CPU(cris_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>