diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-19 08:53:04 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-19 09:00:03 (GMT) |
commit | fc6191dd301e3bc8cbb142aab1a2ec4e699cb2de (patch) | |
tree | c1694dc15bdebd05ba4df70b7bdeba3504aaa649 /arch/sh/kernel/time.c | |
parent | e055d41ff5e9761c5572a6f4ce94bcd82bfbb28f (diff) | |
download | linux-fc6191dd301e3bc8cbb142aab1a2ec4e699cb2de.tar.xz |
sh: Fix up clockevents broadcasting.
This fixes up the clockevents broadcasting code as detailed in commit
ee348d5a1d810bc9958cabb7c27302aab235d36e ("[ARM] realview: fix broadcast
tick support"). This saves us from having to do strange ordering things
with the broadcast clockevent device, relying on the rating instead.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/time.c')
-rw-r--r-- | arch/sh/kernel/time.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/time.c b/arch/sh/kernel/time.c index 7f95f47..632aff5 100644 --- a/arch/sh/kernel/time.c +++ b/arch/sh/kernel/time.c @@ -119,9 +119,5 @@ void __init time_init(void) set_normalized_timespec(&wall_to_monotonic, -xtime.tv_sec, -xtime.tv_nsec); -#ifdef CONFIG_GENERIC_CLOCKEVENTS_BROADCAST - local_timer_setup(smp_processor_id()); -#endif - late_time_init = sh_late_time_init; } |