From owner-p4-projects Thu Sep 26 16:44:47 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D416F37B404; Thu, 26 Sep 2002 16:44:45 -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 8540637B401 for ; Thu, 26 Sep 2002 16:44:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3286E43E42 for ; Thu, 26 Sep 2002 16:44:45 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8QNijCo064305 for ; Thu, 26 Sep 2002 16:44:45 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QNiiOS064302 for perforce@freebsd.org; Thu, 26 Sep 2002 16:44:44 -0700 (PDT) Date: Thu, 26 Sep 2002 16:44:44 -0700 (PDT) Message-Id: <200209262344.g8QNiiOS064302@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 18197 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=18197 Change 18197 by peter@peter_ia64 on 2002/09/26 16:43:45 unbreak after kse Affected files ... .. //depot/projects/ia64/sys/ia64/ia64/trap.c#34 edit Differences ... ==== //depot/projects/ia64/sys/ia64/ia64/trap.c#34 (text+ko) ==== @@ -816,7 +816,7 @@ * but for now do it every time. */ td->td_mailbox = (void *)fuword((caddr_t)td->td_kse->ke_mailbox - + offsetof(struct kse_mailbox, kmbx_current_thread)); + + offsetof(struct kse_mailbox, km_curthread)); if ((td->td_mailbox == NULL) || (td->td_mailbox == (void *)-1)) { td->td_mailbox = NULL; /* single thread it.. */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message