From: David S. Miller Date: Wed, 29 Nov 2006 04:18:05 +0000 (-0800) Subject: [SPARC64]: Unaligned accesses to userspace are hard errors. X-Git-Tag: v2.6.20-rc1~145^2~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c449c38b5df1fad556ea210deb6cff3b27323e49;p=pandora-kernel.git [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 --- Reading git-diff-tree failed