kernel/arch/x86/math-emu/wm_sqrt.S
.. .. @@ -75,7 +75,7 @@ 75 75 76 76 77 77 .text 78 -ENTRY(wm_sqrt)78 +SYM_FUNC_START(wm_sqrt)79 79 pushl %ebp 80 80 movl %esp,%ebp 81 81 #ifndef NON_REENTRANT_FPU .. .. @@ -469,4 +469,4 @@ 469 469 /* Our estimate is too large */ 470 470 movl $0x7fffff00,%eax 471 471 jmp sqrt_round_result 472 -ENDPROC(wm_sqrt)472 +SYM_FUNC_END(wm_sqrt)