Files
linux-cryptodev-2.6/arch/powerpc/kernel
Preeti U Murthy 1b7839559b powerpc: Split timer_interrupt() into timer handling and interrupt handling routines
Split timer_interrupt(), which is the local timer interrupt handler on ppc
into routines called during regular interrupt handling and __timer_interrupt(),
which takes care of running local timers and collecting time related stats.

This will enable callers interested only in running expired local timers to
directly call into __timer_interupt(). One of the use cases of this is the
tick broadcast IPI handling in which the sleeping CPUs need to handle the local
timers that have expired.

Signed-off-by: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2014-03-05 15:56:16 +11:00
..
2013-11-21 10:33:36 +11:00
2014-01-15 13:58:29 +11:00
2013-10-11 16:53:26 +11:00
2013-12-30 15:19:31 +11:00
2013-10-11 18:23:53 +11:00
2013-08-14 15:33:22 +10:00