]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sparc32: generic clockevent support
authorTkhai Kirill <tkhai@yandex.ru>
Wed, 4 Apr 2012 19:49:26 +0000 (21:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Apr 2012 17:28:50 +0000 (10:28 -0700)
commit62f082830d63cf753ed0dab16f8d3b2d0ffc7f43
tree39770d13d3dbff835eb3500c6a913da5c784fec3
parent472bc4f2ad164a5aac2e85d891c4faecfc5d62c4
sparc32: generic clockevent support

The kernel uses l14 timers as clockevents. l10 timer is used
as clocksource if platform master_l10_counter isn't constantly
zero. The clocksource is continuous, so it's possible to use
high resolution timers. l10 timer is also used as clockevent
on UP configurations.

This realization is for sun4m, sun4d, sun4c, microsparc-IIep
and LEON platforms. The appropriate LEON changes was made by
Konrad Eisele.

In case of sun4m's oneshot mode, profile irq is zeroed in
smp4m_percpu_timer_interrupt(). It is maybe
needless (double, triple etc overflow does nothing).

sun4d is able to have oneshot mode too, but I haven't
any way to test it. So code of its percpu timer handler
is made as much equal to the current code as possible.

The patch is tested on sun4m box in SMP mode by me,
and tested by Konrad on leon in up mode (leon smp
is broken atm - due to other reasons).

Signed-off-by: Tkhai Kirill <tkhai@yandex.ru>
Tested-by: Konrad Eisele <konrad@gaisler.com> [leon up]
[sam: revised patch to provide generic support for leon]
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
17 files changed:
arch/sparc/Kconfig
arch/sparc/include/asm/cpudata_32.h
arch/sparc/include/asm/leon.h
arch/sparc/include/asm/timer_32.h
arch/sparc/include/asm/timex_32.h
arch/sparc/kernel/irq.h
arch/sparc/kernel/kernel.h
arch/sparc/kernel/leon_kernel.c
arch/sparc/kernel/leon_smp.c
arch/sparc/kernel/pcic.c
arch/sparc/kernel/smp_32.c
arch/sparc/kernel/sun4c_irq.c
arch/sparc/kernel/sun4d_irq.c
arch/sparc/kernel/sun4d_smp.c
arch/sparc/kernel/sun4m_irq.c
arch/sparc/kernel/sun4m_smp.c
arch/sparc/kernel/time_32.c