Skip to content

Commit 50317b6

Browse files
committed
MIPS: octeon: Fix missed PTR->PTR_WD conversion
Fixes: fa62f39 ("MIPS: Fix build error due to PTR used in more places") Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent fa62f39 commit 50317b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/cavium-octeon/octeon-memcpy.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
#define EXC(inst_reg,addr,handler) \
7575
9: inst_reg, addr; \
7676
.section __ex_table,"a"; \
77-
PTR 9b, handler; \
77+
PTR_WD 9b, handler; \
7878
.previous
7979

8080
/*

0 commit comments

Comments
 (0)