[PARISC] More pt_regs removal
authorMatthew Wilcox <matthew@wil.cx>
Sat, 7 Oct 2006 12:01:11 +0000 (06:01 -0600)
committerMatthew Wilcox <willy@parisc-linux.org>
Sat, 7 Oct 2006 12:01:11 +0000 (06:01 -0600)
Remove pt_regs from ipi_interrupt and timer_interrupt.
Inline smp_do_timer() into its only caller, and unify the SMP and
non-SMP paths.  Fixes a profiling bug.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>

No differences found