kernel/arch/x86/math-emu/reg_u_mul.S
.. .. @@ -45,7 +45,7 @@ 45 45 46 46 47 47 .text 48 -ENTRY(FPU_u_mul)48 +SYM_FUNC_START(FPU_u_mul)49 49 pushl %ebp 50 50 movl %esp,%ebp 51 51 #ifndef NON_REENTRANT_FPU .. .. @@ -144,7 +144,7 @@ 144 144 popl %edi 145 145 popl %esi 146 146 leave 147 - ret147 + RET148 148 #endif /* PARANOID */ 149 149 150 -ENDPROC(FPU_u_mul)150 +SYM_FUNC_END(FPU_u_mul)