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:
6e7726e
)
[SPARC64]: Unaligned accesses to userspace are hard errors.
author
David S. Miller
<davem@sunset.davemloft.net>
Wed, 29 Nov 2006 04:18:05 +0000
(20:18 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 10 Dec 2006 10:39:39 +0000
(
02:39
-0800)
Userspace is forbidden from making unaligned loads and
stores. So if we get an unaligned trap due to a
{get,put}_user(), signal a fault and run the exception
handler.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found