forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/x86/math-emu/wm_sqrt.S
....@@ -75,7 +75,7 @@
7575
7676
7777 .text
78
-ENTRY(wm_sqrt)
78
+SYM_FUNC_START(wm_sqrt)
7979 pushl %ebp
8080 movl %esp,%ebp
8181 #ifndef NON_REENTRANT_FPU
....@@ -469,4 +469,4 @@
469469 /* Our estimate is too large */
470470 movl $0x7fffff00,%eax
471471 jmp sqrt_round_result
472
-ENDPROC(wm_sqrt)
472
+SYM_FUNC_END(wm_sqrt)