Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 // Copyright (c) 2018 Nuvoton Technology corporation.
0003 // Copyright 2018 Google, Inc.
0004 
0005 #include <linux/linkage.h>
0006 #include <linux/init.h>
0007 #include <asm/assembler.h>
0008 
0009 /*
0010  * The boot ROM does not start secondary CPUs in SVC mode, so we need to do that
0011  * here.
0012  */
0013 ENTRY(npcm7xx_secondary_startup)
0014     safe_svcmode_maskall r0
0015 
0016     b   secondary_startup
0017 ENDPROC(npcm7xx_secondary_startup)