Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 16:02:44 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63474 for review
Message-ID:  <200410211602.i9LG2iKO049256@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63474

Change 63474 by jhb@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");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410211602.i9LG2iKO049256>