From: Paul M. <le...@li...> - 2007-04-10 18:41:53
|
On Mon, Apr 09, 2007 at 11:02:17AM +0900, Hideo Saito wrote: > HZ macro used by tmu_timer_init() in arch/sh/kernel/timers/timer-tmu.c is defined by include/asm-sh/param.h as follows. > > # ifdef CONFIG_SH_WDT > # define HZ 1000 /* Needed for high-res WOVF */ > # else > # define HZ 100 > > However, I think HZ should be defined by CONFIG_HZ that is defined by Kconfig.hz. > Yes, that looks reasonable. I suppose we'll have to forcibly select HZ at 1000 in the shwdt case in order to keep things functional. I'll check in a fix for this, thanks. |