]> Pileus Git - ~andy/linux/commit
[SPARC]: Fix link errors with gcc-4.3
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2008 23:01:05 +0000 (15:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2008 23:01:05 +0000 (15:01 -0800)
commitf0e98c387e61de00646be31fab4c2fa0224e1efb
tree1a89c383253ca460658632427968a6f011770e94
parent9a4a668240e2f9564d12347c50c3d9c5f1686a85
[SPARC]: Fix link errors with gcc-4.3

Reported by Adrian Bunk.

Just like in changeset a3f9985843b674cbcb58f39fab8416675e7ab842
("[SPARC64]: Move kernel unaligned trap handlers into assembler
file.") we have to move the assembler bits into a seperate
asm file because as far as the compiler is concerned
these inline bits we're doing in unaligned.c are unreachable.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/Makefile
arch/sparc/kernel/una_asm.S [new file with mode: 0644]
arch/sparc/kernel/unaligned.c