kernel/arch/x86/math-emu/reg_round.S
.. .. @@ -109,7 +109,7 @@ 109 109 .globl fpu_Arith_exit 110 110 111 111 /* Entry point when called from C */ 112 -ENTRY(FPU_round)112 +SYM_FUNC_START(FPU_round)113 113 pushl %ebp 114 114 movl %esp,%ebp 115 115 pushl %esi .. .. @@ -437,7 +437,7 @@ 437 437 popl %edi 438 438 popl %esi 439 439 leave 440 - ret440 + RET441 441 442 442 443 443 /* .. .. @@ -708,4 +708,4 @@ 708 708 jmp fpu_reg_round_special_exit 709 709 #endif /* PARANOID */ 710 710 711 -ENDPROC(FPU_round)711 +SYM_FUNC_END(FPU_round)