From owner-cvs-src@FreeBSD.ORG Tue Nov 11 01:53:39 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 2A16516A4CE; Tue, 11 Nov 2003 01:53:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A24C43FE3; Tue, 11 Nov 2003 01:53:38 -0800 (PST) (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 hAB9rcXJ023328; Tue, 11 Nov 2003 01:53:38 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAB9rccv023327; Tue, 11 Nov 2003 01:53:38 -0800 (PST) (envelope-from marcel) Message-Id: <200311110953.hAB9rccv023327@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 11 Nov 2003 01:53:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c 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: Tue, 11 Nov 2003 09:53:39 -0000 marcel 2003/11/11 01:53:38 PST FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Save and restore the high FP registers in {g|s}_mcontext(). Note that we currently do not keep track of whether the thread has actually used the high FP registers before. If not, we should not save them in the context which automaticly means that we also would not restore them from the context. For now, do it unconditionally so that we can reach functional completeness. Revision Changes Path 1.168 +9 -2 src/sys/ia64/ia64/machdep.c