kernel/arch/x86/math-emu/reg_u_sub.S
.. .. @@ -33,7 +33,7 @@ 33 33 #include "control_w.h" 34 34 35 35 .text 36 -ENTRY(FPU_u_sub)36 +SYM_FUNC_START(FPU_u_sub)37 37 pushl %ebp 38 38 movl %esp,%ebp 39 39 pushl %esi .. .. @@ -270,5 +270,5 @@ 270 270 popl %edi 271 271 popl %esi 272 272 leave 273 - ret274 -ENDPROC(FPU_u_sub)273 + RET274 +SYM_FUNC_END(FPU_u_sub)