From: David S. Miller Date: Thu, 29 Sep 2005 03:41:45 +0000 (-0700) Subject: [SPARC64]: Fix fault handling in unaligned trap handler. X-Git-Tag: v2.6.14-rc3~33^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd29752f09cabff582f65c0ce35518db4c64937;p=pandora-kernel.git [SPARC64]: Fix fault handling in unaligned trap handler. We were not calling kernel_mna_trap_fault() correctly. Instead of being fancy, just return 0 vs. -EFAULT from the assembler stubs, and handle that return value as appropriate. Create an "__retl_efault" stub for assembler exception table entries and use it where possible. Signed-off-by: David S. Miller --- Reading git-diff-tree failed