commit | a3f9985843b674cbcb58f39fab8416675e7ab842 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Aug 19 15:55:33 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 19 15:55:33 2005 -0700 |
tree | aa869cd04ff618d018c5f39b7a3b0070d5e3957d | |
parent | 8d5290149ee1c6a4cea5f5146d64e2a0d48f4988 [diff] |
[SPARC64]: Move kernel unaligned trap handlers into assembler file. GCC 4.x really dislikes the games we are playing in unaligned.c, and the cleanest way to fix this is to move things into assembler. Noted by Al Viro. Signed-off-by: David S. Miller <davem@davemloft.net>