]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b1e80161be521edf71b9098dc94f94e68f813a7
treec405fafe6828fdbd4e29d72eea87d54cd6e63b66
parent6e424e6bafec35e47db4b693fe41eff065b7dbf6
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