Merge tag 'gpio-v5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[linux-2.6-block.git] / arch / arm / mach-npcm / headsmp.S
CommitLineData
7bffa14c
BH
1// SPDX-License-Identifier: GPL-2.0
2// Copyright (c) 2018 Nuvoton Technology corporation.
3// Copyright 2018 Google, Inc.
4
5#include <linux/linkage.h>
6#include <linux/init.h>
7#include <asm/assembler.h>
8
9/*
10 * The boot ROM does not start secondary CPUs in SVC mode, so we need to do that
11 * here.
12 */
13ENTRY(npcm7xx_secondary_startup)
14 safe_svcmode_maskall r0
15
16 b secondary_startup
17ENDPROC(npcm7xx_secondary_startup)