[PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math.
authorGrant Grundler <grundler@gsyprf11.external.hp.com>
Sat, 9 Sep 2006 06:29:22 +0000 (23:29 -0700)
committerMatthew Wilcox <willy@parisc-linux.org>
Wed, 4 Oct 2006 12:48:28 +0000 (06:48 -0600)
commitbed583f76e1d5fbb5a6fdf27a0f7b2ae235f7e99
treea5c6b964cb2379406b9f1c4efc04fa3c093c28e9
parent65ee8f0a7fc2f2267b983f1f0349acb8f19db6e6
[PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math.

It's just a bit easier to follow and timer code is complex enough.

So far, only tested on A500-5x (64-bit SMP), ie: gettimeoffset() code
hasn't been tested at all.

Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/time.c