commit | 3447ef29a7f3b1fd0d8d58376950e695e04f6f8b | [log] [tgz] |
---|---|---|
author | John Williams <john.williams@petalogix.com> | Tue Mar 24 11:10:00 2009 +1000 |
committer | Michal Simek <monstr@monstr.eu> | Tue Jun 02 08:39:16 2009 +0200 |
tree | f3e789ce7917817d99329d9ade3207da42265b39 | |
parent | 77bc7ac87d0d6df1ea099a44e8fc4e998e409606 [diff] |
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>