From owner-cvs-all@FreeBSD.ORG Mon Feb 28 07:54:18 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9684616A4CE; Mon, 28 Feb 2005 07:54:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D30543D60; Mon, 28 Feb 2005 07:54:18 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1S7sIB4093824; Mon, 28 Feb 2005 07:54:18 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1S7sIx6093823; Mon, 28 Feb 2005 07:54:18 GMT (envelope-from obrien) Message-Id: <200502280754.j1S7sIx6093823@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 28 Feb 2005 07:54:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 07:54:18 -0000 obrien 2005-02-28 07:54:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 vm_machdep.c Log: MFC rev 1.244: handle PSL_T properly across fork. Typo fix. rev 1.243: remove redundant code to drop per-thread debug register state from cpu_exit(). rev 1.242: restore cpu_reset proxy code to enable reset from ddb on an AP. rev 1.241: reduce diffs to i386. rev 1.240: remove unused cnt variable for the SMP case & trim some blank lines. rev 1.239: take advantage of the shutdown processing being wired to the BSP and eliminate the evil cpu_reset_proxy code now that it will never be activated. Revision Changes Path 1.237.2.2 +26 -37 src/sys/amd64/amd64/vm_machdep.c