target/microblaze: Remove cpu_ear
commitdbdb77c4df97205f9fbe1ec10ad35c1cb9729c12
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 20 Aug 2020 05:54:53 +0000 (19 22:54 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (1 07:41 -0700)
tree4a49aeb523ab92ee7f147a08ad55d27494868628
parent39db007eda4310f305fdbc712d59d99284bf11d4
target/microblaze: Remove cpu_ear

Since cpu_ear is only used during MSR and MTR instructions,
we can just as easily use an explicit load and store, so
eliminate the variable.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/translate.c