M7350/kernel/arch/arm/mach-msm/platsmp.h

28 lines
1.1 KiB
C
Raw Normal View History

2024-09-09 08:57:42 +00:00
/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
2024-09-09 08:52:07 +00:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
2024-09-09 08:57:42 +00:00
void msm_secondary_startup(void);
void write_pen_release(int val);
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
void msm_cpu_die(unsigned int cpu);
int msm_cpu_kill(unsigned int cpu);
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
extern struct smp_operations arm_smp_ops;
extern struct smp_operations msm8960_smp_ops;
extern struct smp_operations msm8974_smp_ops;
extern struct smp_operations msm8962_smp_ops;
extern struct smp_operations msm8625_smp_ops;
extern struct smp_operations scorpion_smp_ops;
extern struct smp_operations msm8916_smp_ops;
extern struct smp_operations msm8936_smp_ops;
extern struct smp_operations msm8976_smp_ops;