commit | 763142d1efb56effe614d71185781796c4b83c78 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Apr 26 19:08:55 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Apr 26 19:08:55 2010 +0900 |
tree | f886c239786fd4be028e3a45006c5cc5c1b3a3f2 | |
parent | 8db2bc4559639680a94d4492ae4b7ce71298a74f [diff] [blame] |
sh: CPU hotplug support. This adds preliminary support for CPU hotplug for SH SMP systems. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 @@ clockevents_register_device(clk); } + +void local_timer_stop(unsigned int cpu) +{ +}