From: Robert L. <rm...@te...> - 2001-12-11 09:09:22
|
On Tue, 2001-12-11 at 04:02, SUGIOKA Toshinobu wrote: > When I comment out schedule_timeout(HZ/2) calls in > arch/sh/kernel/rtc.c:sh_rtc_settimeofday, these messages disappear. > > I think that sh_rtc_settimeofday is called from time.c:do_timer_interrupt, > so we should not call schedule_timeout here. Yes, this seems correct. Why was schedule_timeout being called there anyway? Robert Love |