[PA-RISC] Fix time.c for new do_timer() calling convention
authorMatthew Wilcox <matthew@wil.cx>
Wed, 4 Oct 2006 21:12:52 +0000 (15:12 -0600)
committerMatthew Wilcox <willy@hera.kernel.org>
Thu, 5 Oct 2006 01:48:18 +0000 (01:48 +0000)
commit1604f31895dcdb42edf6511ce7ef0546ff92c8e5
tree406ed0e9d1004eaccb7aa194145a4035183c0de2
parent1070c9655b90016ec4c9b59c402292e57ee15885
[PA-RISC] Fix time.c for new do_timer() calling convention

do_timer now wants to know how many ticks have elapsed.  Now that we
have to calculate that, we can eliminate some of the clever code that
avoided having to calculate that.  Also add some more documentation.
I'd like to thank Grant Grundler for helping me with this.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
arch/parisc/kernel/time.c