Skip to content
Snippets Groups Projects
Commit 7bff489a authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0095d58b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment