blob: 1d176d218f0b47edd0ee895529e379662dfc44c8 [file] [log] [blame]
Syed Rameez Mustafa9de46342012-11-30 11:00:08 -08001/* Copyright (c) 2012, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13/*
14 * control for which core is the next to come out of the secondary
15 * boot "holding pen".
16 */
17extern volatile int pen_release;
18
19void __cpuinit msm_secondary_startup(void);
20void __cpuinit write_pen_release(int val);
21
22/* HOTPLUG Interface */
23int platform_cpu_kill(unsigned int cpu);
24void platform_cpu_die(unsigned int cpu);
25int platform_cpu_disable(unsigned int cpu);
26
27extern struct smp_operations arm_smp_ops __initdata;
28extern struct smp_operations msm8960_smp_ops __initdata;
29extern struct smp_operations msm8974_smp_ops __initdata;
30extern struct smp_operations msm8625_smp_ops __initdata;
31extern struct smp_operations scorpion_smp_ops __initdata;