PERFORCE change 102141 for review

John Baldwin jhb at freebsd.org
Mon Jul 24 20:26:59 UTC 2006


On Saturday 22 July 2006 15:18, Scott Long wrote:
> Paolo Pisati wrote:
> 
> > http://perforce.freebsd.org/chv.cgi?CH=102141
> > 
> > Change 102141 by piso at piso_longino on 2006/07/22 12:33:15
> > 
> > 	Use IF_FAST macro instead of directly checking flags,
> > 	and axe an INTR_FAST check in swi_add(): is it possible
> > 	for a software interrupt handler to have INTR_FAST defined?
> > 	did it make sense at all? 
> > 
> 
> An swi is an ithread by definition, so INTR_FAST makes no sense to
> it.

Hence the EINVAL. :)  Now that the flag no longer exists, the check can just 
be removed.

-- 
John Baldwin


More information about the p4-projects mailing list