git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77bc7ac
)
microblaze: Don't use access_ok for unaligned
author
John Williams
<john.williams@petalogix.com>
Tue, 24 Mar 2009 01:10:00 +0000
(11:10 +1000)
committer
Michal Simek
<monstr@monstr.eu>
Tue, 2 Jun 2009 06:39:16 +0000
(08:39 +0200)
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>
No differences found