From owner-cvs-src@FreeBSD.ORG Tue Dec 7 02:56:14 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 A156016A4CE; Tue, 7 Dec 2004 02:56:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F5C743D39; Tue, 7 Dec 2004 02:56:14 +0000 (GMT) (envelope-from ups@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 iB72uEZa031941; Tue, 7 Dec 2004 02:56:14 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB72uEje031940; Tue, 7 Dec 2004 02:56:14 GMT (envelope-from ups) Message-Id: <200412070256.iB72uEje031940@repoman.freebsd.org> From: Stephan Uphoff Date: Tue, 7 Dec 2004 02:56:14 +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/i386/i386 pmap.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, 07 Dec 2004 02:56:14 -0000 ups 2004-12-07 02:56:14 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Move reading the current CPU mask in pmap_lazyfix() to where the thread is protected from migrating to another CPU. Approved by: sam (mentor) MFC after: 4 weeks Revision Changes Path 1.518 +2 -1 src/sys/i386/i386/pmap.c