Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2003 14:46:56 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26790 for review
Message-ID:  <200303122246.h2CMkumr043571@repoman.freebsd.org>

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

Change 26790 by jhb@jhb_laptop on 2003/03/12 14:46:11

	The INIT Level De-Assert IPI is supposed to be sent to All Excluding
	Self, not All Including Self.

Affected files ...

.. //depot/projects/smpng/sys/i386/i386/mp_machdep.c#40 edit

Differences ...

==== //depot/projects/smpng/sys/i386/i386/mp_machdep.c#40 (text+ko) ====

@@ -2265,7 +2265,7 @@
 		 /* spin */ ;
 
 	/* do an INIT IPI: deassert RESET */
-	lapic.icr_lo = icr_lo | 0x00088500;
+	lapic.icr_lo = icr_lo | 0x000c8500;
 
 	/* wait for pending status end */
 	u_sleep(10000);		/* wait ~10mS */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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