PERFORCE change 59948 for review

Peter Wemm peter at FreeBSD.org
Tue Aug 17 17:50:32 PDT 2004


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

Change 59948 by peter at peter_daintree on 2004/08/18 00:49:36

	add expected mp_grab_cpu_hlt() call

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#99 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#99 (text+ko) ====

@@ -498,6 +498,11 @@
 cpu_idle(void)
 {
 
+#ifdef SMP
+	if (mp_grab_cpu_hlt())
+		return;
+#endif
+
 	if (cpu_idle_hlt) {
 		disable_intr();
   		if (sched_runnable())


More information about the p4-projects mailing list