Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2003 10:54:07 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27009 for review
Message-ID:  <200303171854.h2HIs7mX086298@repoman.freebsd.org>

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

Change 27009 by jhb@jhb_laptop on 2003/03/17 10:54:06

	Treat all 8 upper bits of the ICR high register as the
	destination ID instead of just the lower nibble of the
	upper byte.  This fixes SMP on the SW7500CW2.
	
	Submitted by:	  Brian Buchanan <brian@ncircle.com>

Affected files ...

.. //depot/projects/smpng/sys/i386/include/apic.h#6 edit

Differences ...

==== //depot/projects/smpng/sys/i386/include/apic.h#6 (text+ko) ====

@@ -291,7 +291,7 @@
 #define	APIC_ICRLO_RESV_MASK	(APIC_RESV1_MASK | APIC_RESV2_MASK)
 
 /* fields in ICR_HIGH */
-#define APIC_ID_MASK		0x0f000000
+#define APIC_ID_MASK		0xff000000
 
 
 /* fields in LVT1/2 */

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?200303171854.h2HIs7mX086298>