Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-npcm / headsmp.S
blob84d2b6daaf0b7882f25a06f43cef2d90e9454376
1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (c) 2018 Nuvoton Technology corporation.
3 // Copyright 2018 Google, Inc.
5 #include <linux/linkage.h>
6 #include <linux/init.h>
7 #include <asm/assembler.h>
9 .arch armv7-a
12  * The boot ROM does not start secondary CPUs in SVC mode, so we need to do that
13  * here.
14  */
15 ENTRY(npcm7xx_secondary_startup)
16         safe_svcmode_maskall r0
18         b       secondary_startup
19 ENDPROC(npcm7xx_secondary_startup)