MIPS: uprobes: Remove __weak attribute from arch_uprobe_copy_ixol.
authorMarcin Nowakowski <marcin.nowakowski@imgtec.com>
Tue, 13 Dec 2016 09:48:30 +0000 (10:48 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:48 +0000 (16:34 +0100)
commitcd854fc6f18f0c231f11f2c42167a07e3b265c72
treefb477728bdac04e7fd4665cf91abde98f7b45d8b
parent9c48568b3692f1a56cbf1935e4eea835e6b185b1
MIPS: uprobes: Remove __weak attribute from arch_uprobe_copy_ixol.

Arch-specific implementation of arch_uprobe_copy_ixol is expected to
override the weak implementation in generic code.
As currently both implementations are marked as weak, it is up to the
linker to chose one. Remove the __weak attribute from MIPS code to make
sure the correct version is used.

Fixes: 40e084a506eb ("MIPS: Add uprobes support.")
Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14660/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/uprobes.c