From owner-cvs-src@FreeBSD.ORG Fri Sep 19 16:00:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1996A16A4BF; Fri, 19 Sep 2003 16:00:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA7F43FEC; Fri, 19 Sep 2003 16:00:29 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8JN0TXJ065533; Fri, 19 Sep 2003 16:00:29 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8JN0Ta8065532; Fri, 19 Sep 2003 16:00:29 -0700 (PDT) (envelope-from marcel) Message-Id: <200309192300.h8JN0Ta8065532@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Sep 2003 16:00:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/ia64/include pthread_md.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 23:00:30 -0000 marcel 2003/09/19 16:00:28 PDT FreeBSD src repository Modified files: lib/libpthread/arch/ia64/include pthread_md.h Log: _ia64_break_setcontext() now takes a mcontext_t. While here, define THR_SETCONTEXT as PANIC(). The THR_SETCONTEXT macro is currently not used, which means that the definition we had could be wrong, overly pessimistic or unknowingly right. I don't like the odds... The new _ia64_break_setcontext() and corresponding kernel fixes make KSE mostly usable. There's still a case where we don't properly restore a context and end up with a NaT consumption fault (typically an indication for not handling NaT collection points correctly), but at least now mutex_d works... Revision Changes Path 1.10 +3 -10 src/lib/libpthread/arch/ia64/include/pthread_md.h