aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu/reg_u_div.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/math-emu/reg_u_div.S')
-rw-r--r--arch/x86/math-emu/reg_u_div.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/math-emu/reg_u_div.S b/arch/x86/math-emu/reg_u_div.S
index 94d545e118e4..e2fb5c2644c5 100644
--- a/arch/x86/math-emu/reg_u_div.S
+++ b/arch/x86/math-emu/reg_u_div.S
@@ -75,7 +75,7 @@ FPU_ovfl_flag:
#define DEST PARAM3
.text
-ENTRY(FPU_u_div)
+SYM_FUNC_START(FPU_u_div)
pushl %ebp
movl %esp,%ebp
#ifndef NON_REENTRANT_FPU
@@ -471,4 +471,4 @@ L_exit:
ret
#endif /* PARANOID */
-ENDPROC(FPU_u_div)
+SYM_FUNC_END(FPU_u_div)