summaryrefslogtreecommitdiff
path: root/arch/arm/plat-versatile/include/plat/platsmp.h
blob: 1b087fbbc700ec4c92dcd73027743528ba283a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  linux/arch/arm/plat-versatile/include/plat/platsmp.h
 *
 *  Copyright (C) 2011 ARM Ltd.
 *  All Rights Reserved
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
extern volatile int versatile_cpu_release;

extern void versatile_secondary_startup(void);
extern void versatile_secondary_init(unsigned int cpu);
extern int  versatile_boot_secondary(unsigned int cpu, struct task_struct *idle);
void versatile_immitation_cpu_die(unsigned int cpu, unsigned int actrl_mask);