Date: Wed, 12 Apr 2006 19:46:47 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95079 for review Message-ID: <200604121946.k3CJkl4p042513@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95079 Change 95079 by jhb@jhb_twclab on 2006/04/12 19:45:46 Compile. Affected files ... .. //depot/projects/smpng/sys/kern/kern_synch.c#101 edit Differences ... ==== //depot/projects/smpng/sys/kern/kern_synch.c#101 (text+ko) ==== @@ -195,7 +195,7 @@ /* * Adjust this thread's priority. */ - if (priority & PRIMASK != 0) { + if ((priority & PRIMASK) != 0) { mtx_lock_spin(&sched_lock); sched_prio(td, priority & PRIMASK); mtx_unlock_spin(&sched_lock);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604121946.k3CJkl4p042513>