summaryrefslogtreecommitdiff
path: root/arch/x86/math-emu/reg_u_add.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/math-emu/reg_u_add.S')
-rw-r--r--arch/x86/math-emu/reg_u_add.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/x86/math-emu/reg_u_add.S b/arch/x86/math-emu/reg_u_add.S
index 47c4c2434d85..07247287a3af 100644
--- a/arch/x86/math-emu/reg_u_add.S
+++ b/arch/x86/math-emu/reg_u_add.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
.file "reg_u_add.S"
/*---------------------------------------------------------------------------+
| reg_u_add.S |
@@ -31,7 +32,7 @@
#include "control_w.h"
.text
-ENTRY(FPU_u_add)
+SYM_FUNC_START(FPU_u_add)
pushl %ebp
movl %esp,%ebp
pushl %esi
@@ -163,5 +164,6 @@ L_exit:
popl %edi
popl %esi
leave
- ret
+ RET
#endif /* PARANOID */
+SYM_FUNC_END(FPU_u_add)