aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/localtimer.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-04-26 19:08:55 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-04-26 19:08:55 +0900
commit763142d1efb56effe614d71185781796c4b83c78 (patch)
treef886c239786fd4be028e3a45006c5cc5c1b3a3f2 /arch/sh/kernel/localtimer.c
parent8db2bc4559639680a94d4492ae4b7ce71298a74f (diff)
downloadkernel_samsung_smdk4412-763142d1efb56effe614d71185781796c4b83c78.zip
kernel_samsung_smdk4412-763142d1efb56effe614d71185781796c4b83c78.tar.gz
kernel_samsung_smdk4412-763142d1efb56effe614d71185781796c4b83c78.tar.bz2
sh: CPU hotplug support.
This adds preliminary support for CPU hotplug for SH SMP systems. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/localtimer.c')
-rw-r--r--arch/sh/kernel/localtimer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/kernel/localtimer.c b/arch/sh/kernel/localtimer.c
index 865a2f1..8bfc6df 100644
--- a/arch/sh/kernel/localtimer.c
+++ b/arch/sh/kernel/localtimer.c
@@ -60,3 +60,7 @@ void local_timer_setup(unsigned int cpu)
clockevents_register_device(clk);
}
+
+void local_timer_stop(unsigned int cpu)
+{
+}