aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-01-31 11:07:02 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-02-01 08:35:12 +0100
commit50317b636e7184d15126e2dfc83db0963a38d31e (patch)
treed8e5f17bc7b4b31ac15c1417b283ff6b11a0e75e /arch
parentMIPS: Fix build error due to PTR used in more places (diff)
downloadlinux-dev-50317b636e7184d15126e2dfc83db0963a38d31e.tar.xz
linux-dev-50317b636e7184d15126e2dfc83db0963a38d31e.zip
MIPS: octeon: Fix missed PTR->PTR_WD conversion
Fixes: fa62f39dc7e2 ("MIPS: Fix build error due to PTR used in more places") Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/cavium-octeon/octeon-memcpy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/octeon-memcpy.S b/arch/mips/cavium-octeon/octeon-memcpy.S
index 0a515cde1c18..25860fba6218 100644
--- a/arch/mips/cavium-octeon/octeon-memcpy.S
+++ b/arch/mips/cavium-octeon/octeon-memcpy.S
@@ -74,7 +74,7 @@
#define EXC(inst_reg,addr,handler) \
9: inst_reg, addr; \
.section __ex_table,"a"; \
- PTR 9b, handler; \
+ PTR_WD 9b, handler; \
.previous
/*