sparc: Convert some assembler over to linakge.h's ENTRY/ENDPROC
Use those, instead of doing it all by hand. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
* Copyright (C) 1999 David S. Miller (davem@redhat.com)
|
||||
*/
|
||||
|
||||
#include <linux/linkage.h>
|
||||
|
||||
.text
|
||||
.align 4
|
||||
.globl __ashldi3
|
||||
__ashldi3:
|
||||
ENTRY(__ashldi3)
|
||||
cmp %o2, 0
|
||||
be 9f
|
||||
mov 0x20, %g2
|
||||
@@ -32,3 +32,4 @@ __ashldi3:
|
||||
9:
|
||||
retl
|
||||
nop
|
||||
ENDPROC(__ashldi3)
|
||||
|
Reference in New Issue
Block a user