[SPARC64]: Move kernel unaligned trap handlers into assembler file.
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2005 22:55:33 +0000 (15:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2005 22:55:33 +0000 (15:55 -0700)
commita3f9985843b674cbcb58f39fab8416675e7ab842
treeaa869cd04ff618d018c5f39b7a3b0070d5e3957d
parent8d5290149ee1c6a4cea5f5146d64e2a0d48f4988
[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>
arch/sparc64/kernel/Makefile
arch/sparc64/kernel/traps.c
arch/sparc64/kernel/una_asm.S [new file with mode: 0644]
arch/sparc64/kernel/unaligned.c
include/asm-sparc64/thread_info.h