]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Octeon: Mark some functions __init in smp.c
authorYang Shi <yang.shi@windriver.com>
Sat, 20 Feb 2016 01:04:07 +0000 (17:04 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:02:10 +0000 (14:02 +0200)
commitf56bb880e37f1733fe592ba0c46a645e190bb1f6
tree23024cc67f2f00f31b636f835cec6dfc5be33a79
parent73e247c878a27ac93c409750d1c472185d673cc9
MIPS: Octeon: Mark some functions __init in smp.c

octeon_smp_setup and octeon_prepare_cpus are just used during initialization
period, so mark them as __init. And, octeon_prepare_cpus is just used in smp.c,
so make it static as well.

Signed-off-by: Yang Shi <yang.shi@windriver.com>
Cc: david.daney@cavium.com
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12574/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/smp.c