summaryrefslogtreecommitdiff
path: root/arch/x86/math-emu/div_small.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/math-emu/div_small.S')
-rw-r--r--arch/x86/math-emu/div_small.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/math-emu/div_small.S b/arch/x86/math-emu/div_small.S
index 8f5025c80ee0..d047d1816abe 100644
--- a/arch/x86/math-emu/div_small.S
+++ b/arch/x86/math-emu/div_small.S
@@ -19,7 +19,7 @@
#include "fpu_emu.h"
.text
-ENTRY(FPU_div_small)
+SYM_FUNC_START(FPU_div_small)
pushl %ebp
movl %esp,%ebp
@@ -45,4 +45,4 @@ ENTRY(FPU_div_small)
leave
ret
-ENDPROC(FPU_div_small)
+SYM_FUNC_END(FPU_div_small)