PERFORCE change 63474 for review

John Baldwin jhb at FreeBSD.org
Thu Oct 21 09:02:45 PDT 2004


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

Change 63474 by jhb at jhb_slimer on 2004/10/21 16:02:18

	Revert to CVS on this comment.

Affected files ...

.. //depot/projects/smpng/sys/amd64/amd64/local_apic.c#9 edit
.. //depot/projects/smpng/sys/i386/i386/local_apic.c#14 edit

Differences ...

==== //depot/projects/smpng/sys/amd64/amd64/local_apic.c#9 (text+ko) ====

@@ -725,7 +725,7 @@
 		destfield = dest;
 	}
 
-	/* Check for an earlier stuck IPI. */
+	/* Wait for an earlier IPI to finish. */
 	if (!lapic_ipi_wait(BEFORE_SPIN))
 		panic("APIC: Previous IPI is stuck");
 

==== //depot/projects/smpng/sys/i386/i386/local_apic.c#14 (text+ko) ====

@@ -725,7 +725,7 @@
 		destfield = dest;
 	}
 
-	/* Check for an earlier stuck IPI. */
+	/* Wait for an earlier IPI to finish. */
 	if (!lapic_ipi_wait(BEFORE_SPIN))
 		panic("APIC: Previous IPI is stuck");
 


More information about the p4-projects mailing list