]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[POWERPC] ppc: Add missing calls to set_irq_regs
authorKumar Gala <galak@kernel.crashing.org>
Wed, 11 Oct 2006 07:06:59 +0000 (02:06 -0500)
committerPaul Mackerras <paulus@samba.org>
Mon, 16 Oct 2006 05:52:14 +0000 (15:52 +1000)
commit7d2bd30f67e231920091d55d0fffc3a4bf43e68a
tree2699f7cd42aa3aed8d55de51e70dd110276419e9
parentbb579cf1d413b930be0241987b848e0f0c1b292f
[POWERPC] ppc: Add missing calls to set_irq_regs

In the timer_interrupt we were not calling set_irq_regs() and if we are
profiling we will end up calling get_irq_regs().  This causes bad things to
happen.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/time.c