From: Grant Grundler Date: Sun, 10 Sep 2006 19:57:55 +0000 (-0700) Subject: [PARISC] Further updates to timer_interrupt() X-Git-Tag: v2.6.19-rc1~34^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5dc42b5add25c94ce0e95da87122f91b4bfdb3;p=pandora-kernel.git [PARISC] Further updates to timer_interrupt() This version (relative to the current tree): o eliminates "while (ticks_elapsed)" loop. It's not needed. o drop "ticks_elapsed" completely from timer_interrupt(). o Estimates elapsed cycles (based on HZ) to see which kind of math we want to use to calculate "cycles_remainder". o Fixes a bug where we would loose a tick if we decided we wanted to skip one interrupt. Signed-off-by: Grant Grundler Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed