summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-12-28 16:47:16 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-01-09 10:37:24 +0900
commit8b306796995609c281f6d32b3cbaa814551ad5ac (patch)
treecc15f092c9493d58004920855ac76fa691e71bd8 /arch/arm/mach-shmobile/include
parentf0eab3889e4b5b71e1609c9850f652f06a812cf5 (diff)
downloadop-kernel-dev-8b306796995609c281f6d32b3cbaa814551ad5ac.zip
op-kernel-dev-8b306796995609c281f6d32b3cbaa814551ad5ac.tar.gz
ARM: mach-shmobile: Allow SoC specific CPU kill code
Add the function shmobile_platform_kill_cpu() to allow SoC specific code to tie in their CPU shutdown code. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r--arch/arm/mach-shmobile/include/mach/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h
index be78a2c..8b8d80c 100644
--- a/arch/arm/mach-shmobile/include/mach/common.h
+++ b/arch/arm/mach-shmobile/include/mach/common.h
@@ -4,6 +4,7 @@
extern struct sys_timer shmobile_timer;
extern void shmobile_setup_console(void);
extern void shmobile_secondary_vector(void);
+extern int shmobile_platform_cpu_kill(unsigned int cpu);
struct clk;
extern int clk_init(void);
extern void shmobile_handle_irq_intc(struct pt_regs *);
OpenPOWER on IntegriCloud