WSL2-Linux-Kernel/arch/mips/fw/arc
Masahiro Yamada 2a5e5d0c96 MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memory
As far as I understood, prom_meminit() in arch/mips/fw/arc/memory.c
is overridden by the one in arch/mips/sgi-ip32/ip32-memory.c if
CONFIG_SGI_IP32 is enabled.

The use of EXPORT_SYMBOL in static libraries potentially causes a
problem for the llvm linker [1]. So, I want to forcibly link lib-y
objects to vmlinux when CONFIG_MODULES=y.

As a groundwork, we must fix multiple definitions that have previously
been hidden by lib-y.

The prom_cleanup() in this file is already marked as __weak (because
it is overridden by the one in arch/mips/sgi-ip22/ip22-mc.c).
I think it should be OK to do the same for these two.

[1]: https://github.com/ClangBuiltLinux/linux/issues/515

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-By: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2020-04-09 00:13:45 +09:00
..
Makefile MIPS: SGI-IP27: reduce ARC usage to a minimum 2019-10-23 21:10:37 -07:00
arc_con.c mips: unify prom_putchar() declarations 2018-07-17 09:40:17 -07:00
cmdline.c MIPS: arc: use function argument for passing argc/argv to prom_init_cmdline 2019-10-23 21:10:34 -07:00
env.c MIPS: fw: arc: remove unused ARC code 2019-10-09 14:55:37 -07:00
file.c MIPS: fw: arc: remove unused ARC code 2019-10-09 14:55:37 -07:00
identify.c MIPS: SGI-IP27: reduce ARC usage to a minimum 2019-10-23 21:10:37 -07:00
init.c MIPS: arc: use function argument for passing argc/argv to prom_init_cmdline 2019-10-23 21:10:34 -07:00
memory.c MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memory 2020-04-09 00:13:45 +09:00
misc.c MIPS: fw: arc: remove unused ARC code 2019-10-09 14:55:37 -07:00
promlib.c MIPS: fw: arc: workaround 64bit kernel/32bit ARC problems 2019-10-09 14:55:53 -07:00