]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit54daa5f84bdd09074c1f53e9a987313cf05455f2
tree7152347bb02452a54beb67a1f553db968c2c5615
parent04b90e91206d2bc59e51b25533cdf0e43ab6e5fd
[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