]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sh: Always use CONFIG_HZ for HZ.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 18 Dec 2007 00:43:15 +0000 (09:43 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:19:01 +0000 (13:19 +0900)
commit7bff489a1496d363e9a640c00eb8970da15079dd
treed8de4f1b1733e5cdc33d6832f549be5548f53014
parent0095d58b4a91b9fb57aeb781909355b232517c64
sh: Always use CONFIG_HZ for HZ.

Currently the wdt forces HZ=1000 and sidesteps CONFIG_HZ completely. This
is a remnant from when HZ was hardcoded and before CONFIG_HZ was
introduced. Additionally, not all of the timers have this requirement
these days, so it's also an artificial limitation. Just kill it off and
use CONFIG_HZ directly.

Reported-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/param.h