cvs commit: src/sys/kern init_main.c kern_fork.c kern_synch.c kern_thread.c sched_4bsd.c sched_ule.c src/sys/net bpf.c src/sys/netinet tcp_syncache.c src/sys/pci if_dc.c src/sys/dev/hifn hifn7751.c src/sys/dev/patm if_patm_attach.c ...

John Baldwin jhb at FreeBSD.org
Tue Aug 19 11:11:50 PDT 2003


On 19-Aug-2003 Sam Leffler wrote:
> sam         2003/08/19 10:51:11 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             init_main.c kern_fork.c kern_synch.c 
>                          kern_thread.c sched_4bsd.c sched_ule.c 
>     sys/net              bpf.c 
>     sys/netinet          tcp_syncache.c 
>     sys/pci              if_dc.c 
>     sys/dev/hifn         hifn7751.c 
>     sys/dev/patm         if_patm_attach.c 
>     sys/dev/rndtest      rndtest.c 
>     sys/dev/safe         safe.c 
>     sys/dev/ubsec        ubsec.c 
>   Log:
>   Change instances of callout_init that specify MPSAFE behaviour to
>   use CALLOUT_MPSAFE instead of "1" for the second parameter.  This
>   does not change the behaviour; it just makes the intent more clear.

Thanks.

-- 

John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


More information about the cvs-src mailing list