Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
On Saturday 24 February 2007 16:56, Robert Swindells wrote:
> Andrew Doran wrote:
> >Module Name: src
> >Committed By: ad
> >Date: Fri Feb 16 02:53:52 UTC 2007
> >
> >Modified Files:
>
> [snip]
>
> > src/sys/kern: kern_clock.c kern_time.c
> >
> >Log Message:
> >Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch
> > callouts via a soft interrupt. In the near future, softclock will be run
> > from process context.
> >
> >To generate a diff of this commit:
>
> [snip]
>
> >cvs rdiff -r1.105 -r1.106 src/sys/kern/kern_clock.c
>
> This change to kern_clock.c means that it will only compile on
> architectures that implement generic soft interrupts.
newlock2 requires generic soft interrupts. time to implement it on your
favourite platform.
Nick
Home |
Main Index |
Thread Index |
Old Index