From: David Brownell Date: Mon, 6 Nov 2006 18:29:16 +0000 (+0100) Subject: [ARM] 3926/1: make timer led handle HZ != 100 X-Git-Tag: v2.6.19-rc5~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d15cb42fe4f8c07c80c9d49db721fcfe2da0e90;p=pandora-kernel.git [ARM] 3926/1: make timer led handle HZ != 100 The timer LED is unusable at HZ=large, since it's got a hard-wired value of 100 ticks per cycle; when HZ=1024 (for example) it's essentially always-on. This patch just makes that be HZ ticks per cycle. Signed-off-by: David Brownell Signed-off-by: Russell King --- Reading git-diff-tree failed