commit | d1538c4675f37d0eeb34bd38bec798b3b29a5a7e | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Fri Nov 16 16:16:20 2012 -0800 |
committer | Chris Zankel <chris@zankel.net> | Tue Dec 18 21:10:20 2012 -0800 |
tree | 4fa2d2c539825ad99f2f677cef686ea0051fbe9f | |
parent | c0226e34a4293dee0e7c5787e1ebfc5ee8b44b7c [diff] [blame] |
xtensa: provide proper assembler function boundaries with ENDPROC() Use ENDPROC() to mark the end of assembler functions. Signed-off-by: Chris Zankel <chris@zankel.net>
diff --git a/arch/xtensa/kernel/align.S b/arch/xtensa/kernel/align.S index 934ae58..39d2f59 100644 --- a/arch/xtensa/kernel/align.S +++ b/arch/xtensa/kernel/align.S
@@ -450,6 +450,7 @@ 1: movi a0, _user_exception jx a0 +ENDPROC(fast_unaligned) #endif /* XCHAL_UNALIGNED_LOAD_EXCEPTION || XCHAL_UNALIGNED_STORE_EXCEPTION */