OSDN Git Service

target/microblaze: Do not set MO_ALIGN for user-only
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Jul 2021 21:56:00 +0000 (11:56 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (07:00 -0400)
commitb414df757d73d0a1d37f14a866ff1338b93a4a27
tree5fc9f41a1b3f66c16650e765a08c6b176ceb606e
parentee8e0807de6f0ec70454ffbbb778c1246c45af2b
target/microblaze: Do not set MO_ALIGN for user-only

The kernel will fix up unaligned accesses, so emulate that
by allowing unaligned accesses to succeed.

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