Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff6138ad authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

arm/mach-mvebu: remove legacy __cpuinit sections that crept in



We removed __cpuinit support (leaving no-op stubs) quite some time
ago.  However these ones crept back in as of commit 1ee89e22
("ARM: mvebu: add SMP support for Armada 375 and Armada 38x")

Since we want to clobber the stubs soon, get this removed now.
Note that there would normally be a corresponding removal of
a ".previous" directive for each __CPUINIT in asm files, but in
this case it appears that this single function file was never
paired off with one.

Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 02d6e633
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -13,12 +13,9 @@
 */
 */


#include <linux/linkage.h>
#include <linux/linkage.h>
#include <linux/init.h>


#include <asm/assembler.h>
#include <asm/assembler.h>


	__CPUINIT

ENTRY(mvebu_cortex_a9_secondary_startup)
ENTRY(mvebu_cortex_a9_secondary_startup)
ARM_BE8(setend	be)
ARM_BE8(setend	be)
	bl      v7_invalidate_l1
	bl      v7_invalidate_l1
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@


extern void mvebu_cortex_a9_secondary_startup(void);
extern void mvebu_cortex_a9_secondary_startup(void);


static int __cpuinit mvebu_cortex_a9_boot_secondary(unsigned int cpu,
static int mvebu_cortex_a9_boot_secondary(unsigned int cpu,
						    struct task_struct *idle)
						    struct task_struct *idle)
{
{
	int ret, hw_cpu;
	int ret, hw_cpu;