commit | 6aa9e42f27331be34e06d4d66f92f2272868f96a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Mar 22 18:08:48 2019 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 10 07:03:42 2019 -0700 |
tree | e46abcf1621eddfb70d4f3825d4ae366e1147f67 | |
parent | 25f327081b4f63290cce0607512e4627cbfd408e [diff] |
target/i386: Use env_cpu, env_archcpu Cleanup in the boilerplate that each target must define. Replace x86_env_get_cpu with env_archcpu. The combination CPU(x86_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>