commit | c449c38b5df1fad556ea210deb6cff3b27323e49 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Nov 28 20:18:05 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Dec 10 02:39:39 2006 -0800 |
tree | 1469b4334e0f620586c875bd1e622b606b196d8d | |
parent | 6e7726e16fb5e8f1169dbfcb75e321ac871af827 [diff] |
[SPARC64]: Unaligned accesses to userspace are hard errors. 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>