From owner-p4-projects Mon Mar 17 10:54:10 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EF5AE37B404; Mon, 17 Mar 2003 10:54:08 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8684837B401 for ; Mon, 17 Mar 2003 10:54:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AF843F75 for ; Mon, 17 Mar 2003 10:54:08 -0800 (PST) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HIs80U086301 for ; Mon, 17 Mar 2003 10:54:08 -0800 (PST) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2HIs7mX086298 for perforce@freebsd.org; Mon, 17 Mar 2003 10:54:07 -0800 (PST) Date: Mon, 17 Mar 2003 10:54:07 -0800 (PST) Message-Id: <200303171854.h2HIs7mX086298@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 27009 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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