MIPS: octeon: Fix missed PTR->PTR_WD conversion
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 31 Jan 2022 10:07:02 +0000 (11:07 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 1 Feb 2022 07:35:12 +0000 (08:35 +0100)
Fixes: fa62f39dc7e2 ("MIPS: Fix build error due to PTR used in more places")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/cavium-octeon/octeon-memcpy.S

index 0a515cd..25860fb 100644 (file)
@@ -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
 
 /*