Date: Thu, 26 Sep 2002 16:44:44 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 18197 for review Message-ID: <200209262344.g8QNiiOS064302@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209262344.g8QNiiOS064302>