MIPS: Fix build error due to PTR used in more places
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 25 Jan 2022 14:19:44 +0000 (15:19 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 27 Jan 2022 08:04:19 +0000 (09:04 +0100)
commitfa62f39dc7e25fc16371b958ac59b9a6fd260bea
treec405fafe6828fdbd4e29d72eea87d54cd6e63b66
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
MIPS: Fix build error due to PTR used in more places

Use PTR_WD instead of PTR to avoid clashes with other parts.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
18 files changed:
arch/mips/include/asm/asm.h
arch/mips/include/asm/ftrace.h
arch/mips/include/asm/r4kcache.h
arch/mips/include/asm/unaligned-emul.h
arch/mips/kernel/mips-r2-to-r6-emul.c
arch/mips/kernel/r2300_fpu.S
arch/mips/kernel/r4k_fpu.S
arch/mips/kernel/relocate_kernel.S
arch/mips/kernel/scall32-o32.S
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-n64.S
arch/mips/kernel/scall64-o32.S
arch/mips/kernel/syscall.c
arch/mips/lib/csum_partial.S
arch/mips/lib/memcpy.S
arch/mips/lib/memset.S
arch/mips/lib/strncpy_user.S
arch/mips/lib/strnlen_user.S