mips: traps, add __init to parity_protection_init
authorJiri Slaby <jslaby@suse.cz>
Thu, 23 Jul 2020 09:42:35 +0000 (11:42 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 24 Jul 2020 10:07:36 +0000 (12:07 +0200)
It references __initdata and is called only from an __init function:
trap_init. This avoids section mismatches (which I am seeing with gcc
10).

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@vger.kernel.org
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/traps.c

index 7c32c956156a0cc6c14f73e882eafe7384d1de4b..06aba49d37c90421dc4bd48b4a24eaa9ede144cc 100644 (file)
@@ -1678,7 +1678,7 @@ __setup("nol2par", nol2parity);
  * Some MIPS CPUs can enable/disable for cache parity detection, but do
  * it different ways.
  */
-static inline void parity_protection_init(void)
+static inline __init void parity_protection_init(void)
 {
 #define ERRCTL_PE      0x80000000
 #define ERRCTL_L2P     0x00800000