From: Preeti U Murthy Date: Wed, 26 Feb 2014 00:08:01 +0000 (+0530) Subject: powerpc: Split timer_interrupt() into timer handling and interrupt handling routines X-Git-Tag: v3.15-rc1~123^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7839559b3f1c7a09ff94904788a732063ce2de;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed