From owner-p4-projects Sun Jul 21 1:23:13 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9584137B401; Sun, 21 Jul 2002 01:23:09 -0700 (PDT) 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 3387237B400 for ; Sun, 21 Jul 2002 01:23:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB55A43E3B for ; Sun, 21 Jul 2002 01:23:08 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6L8N8JU013794 for ; Sun, 21 Jul 2002 01:23:08 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6L8N8JK013791 for perforce@freebsd.org; Sun, 21 Jul 2002 01:23:08 -0700 (PDT) Date: Sun, 21 Jul 2002 01:23:08 -0700 (PDT) Message-Id: <200207210823.g6L8N8JK013791@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 14593 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://people.freebsd.org/~peter/p4db/chv.cgi?CH=14593 Change 14593 by peter@peter_daintree on 2002/07/21 01:23:04 I think Doug deserves the pointy hat for this. (hint: it is an 8-bit value). It is amazing how unhappy the system gets when the sapics fill up their queues to non-existing cpu targets. Affected files ... .. //depot/projects/ia64/sys/ia64/ia64/sapic.c#8 edit Differences ... ==== //depot/projects/ia64/sys/ia64/ia64/sapic.c#8 (text+ko) ==== @@ -138,8 +138,8 @@ u_int64_t lid = ia64_get_lid(); bzero(&rte, sizeof(rte)); - rte.rte_destination_id = (lid >> 24) & 15; - rte.rte_destination_eid = (lid >> 16) & 15; + rte.rte_destination_id = (lid >> 24) & 255; + rte.rte_destination_eid = (lid >> 16) & 255; rte.rte_trigger_mode = trigger_mode; rte.rte_polarity = polarity; rte.rte_delivery_mode = 0; /* fixed */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message