OSDN Git Service

target/microblaze: Replace MSR_EE_FLAG with MSR_EE
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Aug 2020 23:12:12 +0000 (16:12 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (07:41 -0700)
commit2c32179f39278ebc975c3d08710bb22672911889
tree36abf62ac6708a3d2a0d2cd6bb79597d10ec4604
parent3986c650a25e645a2b39795e5004d7e0e1c7b8b1
target/microblaze: Replace MSR_EE_FLAG with MSR_EE

There's no reason to define MSR_EE_FLAG; we can just use the
original MSR_EE define.  Document the other flags copied into
tb_flags with iflag to reserve those bits.

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/cpu.h
target/microblaze/translate.c