PERFORCE change 146104 for review
John Baldwin
jhb at FreeBSD.org
Mon Jul 28 11:55:04 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=146104
Change 146104 by jhb at jhb_zion on 2008/07/28 11:54:50
Tidy.
Affected files ...
.. //depot/projects/smpng/sys/kern/sched_4bsd.c#81 edit
Differences ...
==== //depot/projects/smpng/sys/kern/sched_4bsd.c#81 (text+ko) ====
@@ -1622,7 +1622,7 @@
if (THREAD_CAN_SCHED(td, td->td_oncpu))
return;
- td->td_flags |= TDF_NEEDRESCHED;
+ td->td_flags |= TDF_NEEDRESCHED;
if (td != curthread)
ipi_selected(1 << cpu, IPI_AST);
break;
More information about the p4-projects
mailing list