From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:46:19 +0000
Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode

---
 kernel/arch/x86/math-emu/reg_u_sub.S |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/arch/x86/math-emu/reg_u_sub.S b/kernel/arch/x86/math-emu/reg_u_sub.S
index f05dea7..4c900c2 100644
--- a/kernel/arch/x86/math-emu/reg_u_sub.S
+++ b/kernel/arch/x86/math-emu/reg_u_sub.S
@@ -33,7 +33,7 @@
 #include "control_w.h"
 
 .text
-ENTRY(FPU_u_sub)
+SYM_FUNC_START(FPU_u_sub)
 	pushl	%ebp
 	movl	%esp,%ebp
 	pushl	%esi
@@ -270,5 +270,5 @@
 	popl	%edi
 	popl	%esi
 	leave
-	ret
-ENDPROC(FPU_u_sub)
+	RET
+SYM_FUNC_END(FPU_u_sub)

--
Gitblit v1.6.2