[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)
commitc7753f18711782738936f224aaa421468e87f6ed
tree7152347bb02452a54beb67a1f553db968c2c5615
parentbbd6330ea1154fc13a351263160d4f9cca2ff5d9
[PARISC] More pt_regs removal

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>
arch/parisc/kernel/smp.c
arch/parisc/kernel/time.c