1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Cloned from linux/arch/arm/mach-realview/headsmp.S
5 * Copyright (c) 2003 ARM Limited
8 #include <linux/linkage.h>
9 #include <linux/init.h>
11 #include <asm/assembler.h>
14 * exynos4 specific entry point for secondary CPUs. This provides
15 * a "holding pen" into which all secondary cores are held until we're
16 * ready for them to initialise.
18 ENTRY(exynos4_secondary_startup)
20 mrc p15, 0, r0, c0, c0, 5
31 * we've been released from the holding pen: secondary_stack
32 * should now contain the SVC stack for this core
35 ENDPROC(exynos4_secondary_startup)
39 .long exynos_pen_release