From owner-cvs-src@FreeBSD.ORG Sat Oct 9 16:42:09 2004 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 EC9B216A4E3; Sat, 9 Oct 2004 16:42:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAF243D4C; Sat, 9 Oct 2004 16:42:09 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i99Gg9DY004503; Sat, 9 Oct 2004 16:42:09 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i99Gg9tm004502; Sat, 9 Oct 2004 16:42:09 GMT (envelope-from kensmith) Message-Id: <200410091642.i99Gg9tm004502@repoman.freebsd.org> From: Ken Smith Date: Sat, 9 Oct 2004 16:42:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 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: Sat, 09 Oct 2004 16:42:10 -0000 kensmith 2004-10-09 16:42:09 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 machdep.c Log: Flush the register windows before we start changing the context. Submitted by: Andrew Belashov (slightly modified) Reviewed by: jake Revision Changes Path 1.115 +2 -0 src/sys/sparc64/sparc64/machdep.c