ARM: shmobile: apmu: Remove obsolete shmobile_smp_apmu_prepare_cpus()
[linux/fpc-iii.git] / arch / arm / mach-shmobile / platsmp-apmu.h
blob70424572b9da2e701bce93fe8c6ca44d272f8133
1 /*
2 * rmobile apmu definition
4 * Copyright (C) 2014 Renesas Electronics Corporation
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #ifndef PLATSMP_APMU_H
17 #define PLATSMP_APMU_H
19 extern int shmobile_smp_apmu_boot_secondary(unsigned int cpu,
20 struct task_struct *idle);
21 extern void shmobile_smp_apmu_cpu_die(unsigned int cpu);
22 extern int shmobile_smp_apmu_cpu_kill(unsigned int cpu);
24 #endif /* PLATSMP_APMU_H */