Subject: Re: CVS commit: src/sys/kern
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Simon Burge <simonb@NetBSD.org>
List: source-changes
Date: 09/10/2006 16:50:46
Izumi Tsutsui wrote:
> simonb@NetBSD.org wrote:
>
> > Module Name: src
> > Committed By: simonb
> > Date: Thu Sep 7 15:48:14 UTC 2006
> >
> > Modified Files:
> > src/sys/kern: kern_tc.c
> >
> > Log Message:
> > Guard the timecounter manipulations including the call to tc_windup()
> > in tc_init() with splclock(). Fixes doubled-up "selected timecounter"
> > messages on some architectures, including pc532 and cobalt.
> >
> > Fix suggested by Frank Kardel.
>
> splclock()/splx() unmatch?
Yes indeed. I was a bit hasty commiting that.
Please commit your fix.
Cheers,
Simon.