commit | a2eec1099bc34557cab59edb6821404272b9b3d8 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Jul 23 11:42:35 2020 +0200 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Fri Jul 24 12:07:36 2020 +0200 |
tree | 721110a8b52b6d9ec373bd312781a0149fc471dd | |
parent | e27e1cc9d360a347dbd5a398e9df21cfb4e60e3c [diff] |
mips: traps, add __init to parity_protection_init 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>