]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb554475712c1b3644b83231af6de7b3de61be648
tree406ed0e9d1004eaccb7aa194145a4035183c0de2
parent42f0164aab96dbcbdf89c721d18069e3e0b778c4
[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