android_kernel_xiaomi_sm8350/arch/microblaze/include
John Williams 3447ef29a7 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: John Williams <john.williams@petalogix.com>
2009-06-02 08:39:16 +02:00
..
asm microblaze: Don't use access_ok for unaligned 2009-06-02 08:39:16 +02:00