Skip to content

Commit

Permalink
MIPS: octeon: Fix missed PTR->PTR_WD conversion
Browse files Browse the repository at this point in the history
commit 50317b6 upstream.

Fixes: fa62f39 ("MIPS: Fix build error due to PTR used in more places")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
tsbogend authored and gregkh committed Feb 16, 2022
1 parent cd4494f commit 48f5496
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 48f5496

Please sign in to comment.