]> git.baikalelectronics.ru Git - kernel.git/commit
sh: generic clockevent broadcast support.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 6 Aug 2008 09:37:07 +0000 (18:37 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 8 Sep 2008 01:35:03 +0000 (10:35 +0900)
commit6b83170799110eca60d25785b2403afe582ad459
tree2b0c95a4d53614e1118ea20aa7e705d983ddb23f
parent5c5fcb1b52e995629dfc6caa334cbd26ca3c787c
sh: generic clockevent broadcast support.

This hooks up GENERIC_CLOCKEVENTS_BROADCAST and a dummy local timer,
which we call in to from the timer IPI when no other local timer is
provided.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/include/asm/smp.h
arch/sh/kernel/smp.c
arch/sh/kernel/time_32.c
arch/sh/kernel/timers/Makefile
arch/sh/kernel/timers/timer-broadcast.c [new file with mode: 0644]