mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
MIPS: octeon: Fix missed PTR->PTR_WD conversion
commit50317b636e
upstream. Fixes:fa62f39dc7
("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>
This commit is contained in:
parent
cd4494f868
commit
48f54966f7
@ -74,7 +74,7 @@
|
|||||||
#define EXC(inst_reg,addr,handler) \
|
#define EXC(inst_reg,addr,handler) \
|
||||||
9: inst_reg, addr; \
|
9: inst_reg, addr; \
|
||||||
.section __ex_table,"a"; \
|
.section __ex_table,"a"; \
|
||||||
PTR 9b, handler; \
|
PTR_WD 9b, handler; \
|
||||||
.previous
|
.previous
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user