In message: <[EMAIL PROTECTED]>
            John Baldwin <[EMAIL PROTECTED]> writes:
: On Saturday 29 December 2007 10:07:54 am Randall Stewart wrote:
: > rrs         2007-12-29 15:07:54 UTC
: > 
: >   FreeBSD src repository
: > 
: >   Modified files:        (Branch: RELENG_7_0)
: >     sys/netinet          sctp_bsd_addr.c 
: >   Log:
: >   - sctp-iterator should run at PI_NET priority ...not 0.
: >   Approved by:    [EMAIL PROTECTED](gnn)
: >   
: >   Revision  Changes    Path
: >   1.14.4.1  +1 -1      src/sys/netinet/sctp_bsd_addr.c
: 
: The more correct fix though is to do a 'sched_prio()' at the start of the 
: thread's main loop to set the priority and then not adjust it via msleep().  
: Kernel threads really should never pass a priority to msleep() but always '0' 
: (which means "don't change my priority").

Not PZERO?  When should one use PZERO and when should one use a bare
'0'?  Can this information be added to the man page?

Warner
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to