linux_dsm_epyc7002/arch/mips/pmcs-msp71xx
Huacai Chen a44f83092d MIPS: Rename the "Fill" cache ops to avoid build failure
MIPS define a "Fill" macro as a cache operation in cacheops.h, this
will cause build failure under some special configurations because in
seq_file.c there is a "Fill" label. To avoid this failure we rename the
"Fill" macro to "Fill_I" which has the same coding style as other cache
operations in cacheops.h (we think renaming the "Fill" macro is more
reasonable than renaming the "Fill" label).

Callers of "Fill" macro is also updated.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2020-04-26 15:40:50 +02:00
..
Kconfig PCI: consolidate PCI config entry in drivers/pci 2018-11-23 11:45:34 +09:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
msp_elb.c
msp_eth.c MIPS: MSP71xx: Remove checks for two macros 2014-05-23 15:12:39 +02:00
msp_hwbutton.c
msp_irq_cic.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
msp_irq_per.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
msp_irq_slp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
msp_irq.c MIPS: Replace setup_irq() by request_irq() 2020-03-05 16:47:35 +01:00
msp_pci.c
msp_prom.c MIPS: pmcs-msp71xx: Remove unused addr variable 2019-10-03 15:47:17 -07:00
msp_serial.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
msp_setup.c MIPS: Rename the "Fill" cache ops to avoid build failure 2020-04-26 15:40:50 +02:00
msp_smp.c MIPS: Replace setup_irq() by request_irq() 2020-03-05 16:47:35 +01:00
msp_time.c MIPS: pass non-NULL dev_id on shared request_irq() 2020-03-16 16:04:49 +01:00
msp_usb.c MIPS: Remove no-op/identity casts 2018-08-31 11:49:20 -07:00
Platform