From: Paul Mundt Date: Tue, 18 Dec 2007 00:43:15 +0000 (+0900) Subject: sh: Always use CONFIG_HZ for HZ. X-Git-Tag: v2.6.25-rc1~1169^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bff489a1496d363e9a640c00eb8970da15079dd;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed