MIPS: asm: Rename some macros to avoid build errors
authorHuacai Chen <chenhc@lemote.com>
Thu, 7 May 2020 09:49:18 +0000 (17:49 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 7 May 2020 11:20:05 +0000 (13:20 +0200)
commitda706e5034c34602e0fb199e5be712ab7bf2c028
tree408c9bbffa60ba7e9e5ffd726614136fe5e6d279
parent109111b33202e19c956c32cb65960b3b31730650
MIPS: asm: Rename some macros to avoid build errors

Use ASM_ prefix to rename some macros (PANIC and PRINT), in order to
avoid build errors (all users are updated as well):

1, PANIC conflicts with drivers/scsi/smartpqi/smartpqi_init.c
2, PRINT conflicts with net/netfilter/nf_conntrack_h323_asn1.c and net/
   mac80211/debugfs_sta.c

Fixes: d339cd02b888eb8 ("MIPS: Move unaligned load/store helpers to inst.h")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/dec/int-handler.S
arch/mips/include/asm/asm.h
arch/mips/kernel/genex.S
arch/mips/kernel/scall64-o32.S