PERFORCE change 95079 for review

John Baldwin jhb at FreeBSD.org
Wed Apr 12 19:46:48 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95079

Change 95079 by jhb at 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);


More information about the p4-projects mailing list