commit | 2c32179f39278ebc975c3d08710bb22672911889 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Aug 19 16:12:12 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 01 07:41:38 2020 -0700 |
tree | 36abf62ac6708a3d2a0d2cd6bb79597d10ec4604 | |
parent | 3986c650a25e645a2b39795e5004d7e0e1c7b8b1 [diff] |
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>