summaryrefslogtreecommitdiff
path: root/arch/loongarch/lib/copy_user.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/lib/copy_user.S')
-rw-r--r--arch/loongarch/lib/copy_user.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/loongarch/lib/copy_user.S b/arch/loongarch/lib/copy_user.S
index 97d20327a69e..f8ace04586c2 100644
--- a/arch/loongarch/lib/copy_user.S
+++ b/arch/loongarch/lib/copy_user.S
@@ -5,6 +5,7 @@
#include <asm/asm.h>
#include <asm/asmmacro.h>
+#include <asm/asm-extable.h>
#include <asm/export.h>
#include <asm/regdef.h>
@@ -15,9 +16,7 @@
jr ra
.previous
.endif
- .section __ex_table, "a"
- PTR \from\()b, \to\()b
- .previous
+ _asm_extable \from\()b, \to\()b
.endm
/*