Skip to content

Commit 4b5721e

Browse files
MingcongBaiKexyBiscuit
authored andcommitted
AOSCOS: MIPS: loongson3-memcpy: replace <asm/export.h> with <linux/export.h>
Per commit 9259e15 ("mips: replace #include <asm/export.h> with for <linux/export.h>. Follow the commit and revise loongson3-memcpy.S accordingly. Fixes: "AOSCOS: memcpy optimization for loongson-3" Signed-off-by: Mingcong Bai <[email protected]> Signed-off-by: Kexy Biscuit <[email protected]>
1 parent 20d7f11 commit 4b5721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/loongson64/loongson3-memcpy.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
#else /* LINUX_KERNEL */
3131

32+
#include <linux/export.h>
3233
#include <asm/asm.h>
3334
#include <asm/asm-offsets.h>
34-
#include <asm/export.h>
3535
#include <asm/regdef.h>
3636

3737
#define EXC(inst_reg,addr,handler) \

0 commit comments

Comments
 (0)