Skip to content
Commit 3447ef29 authored by John Williams's avatar John Williams Committed by Michal Simek
Browse files

microblaze: Don't use access_ok for unaligned



it assumes we have an unaligned exception handler which

 (a) may not be true
 (b) costs a lot of performance
 Instead we'll use struct/union method for big endian accesses,
  and byte-shifting for little endian.

Signed-off-by: default avatarJohn Williams <john.williams@petalogix.com>
parent 77bc7ac8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment