OSDN Git Service

MIPS: Export memcpy & memset functions alongside their definitions
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Nov 2016 11:14:15 +0000 (11:14 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:50 +0000 (16:34 +0100)
commit576a2f0c5c6d64648d2ba68a4edbbe61863e12e2
tree1e43801d9b0d6e5ac15e70df5f47f65ff0c96d6d
parentd6cb671589757ec3d20e5e0886505cdad327b1b3
MIPS: Export memcpy & memset functions alongside their definitions

Now that EXPORT_SYMBOL can be used from assembly source, move the
EXPORT_SYMBOL invocations for the memcpy & memset functions & variants
thereof to be alongside their definitions.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14514/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/octeon-memcpy.S
arch/mips/kernel/mips_ksyms.c
arch/mips/lib/memcpy.S
arch/mips/lib/memset.S