commit | 7d2bd30f67e231920091d55d0fffc3a4bf43e68a | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Oct 11 02:06:59 2006 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Mon Oct 16 15:52:14 2006 +1000 |
tree | 2699f7cd42aa3aed8d55de51e70dd110276419e9 | |
parent | bb579cf1d413b930be0241987b848e0f0c1b292f [diff] |
[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>