Skip to content

Commit

Permalink
MIPS: octeon: Fix missed PTR->PTR_WD conversion
Browse files Browse the repository at this point in the history
Fixes: fa62f39 ("MIPS: Fix build error due to PTR used in more places")
Signed-off-by: Thomas Bogendoerfer <[email protected]>
  • Loading branch information
tsbogend committed Feb 1, 2022
1 parent fa62f39 commit 50317b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/cavium-octeon/octeon-memcpy.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit 50317b6

Please sign in to comment.