1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2013 Ma Haijun <mahaijuns@gmail.com>
4 * Copyright (c) 2003 ARM Limited
7 #include <linux/linkage.h>
8 #include <linux/init.h>
13 * OX820 specific entry point for secondary CPUs.
15 ENTRY(ox820_secondary_startup)
17 /* invalidate both caches and branch target cache */
18 mcr p15, 0, r4, c7, c7, 0
20 * we've been released from the holding pen: secondary_stack
21 * should now contain the SVC stack for this core