]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/plat-versatile/include/plat/platsmp.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / plat-versatile / include / plat / platsmp.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
3695adc2
MZ
2/*
3 * linux/arch/arm/plat-versatile/include/plat/platsmp.h
4 *
5 * Copyright (C) 2011 ARM Ltd.
6 * All Rights Reserved
3695adc2 7 */
d9b778e7 8extern volatile int versatile_cpu_release;
3695adc2
MZ
9
10extern void versatile_secondary_startup(void);
11extern void versatile_secondary_init(unsigned int cpu);
12extern int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle);
4fb68e12 13void versatile_immitation_cpu_die(unsigned int cpu, unsigned int actrl_mask);