diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-10 13:16:37 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-10 13:16:37 +0900 |
commit | ea75b9c127e67683a11f7c9c8e052172f28d9266 (patch) | |
tree | 707d616bc44bb7ad251cc92985a586a8e34c3426 /arch/arm/mach-shmobile/include/mach/common.h | |
parent | 916b1f8c81ea563611288d1a9b082df3f723e4fe (diff) | |
parent | 1229835ccb6d7ea2b36230121205be95c88eca88 (diff) |
Merge branch 'rmobile/core' into rmobile/marzen
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
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 65e954b0877..304ac311533 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 *); |