From owner-cvs-src-old@FreeBSD.ORG Thu Jun 23 16:21:53 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AC3E106571F for ; Thu, 23 Jun 2011 16:21:53 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C5AEA8FC21 for ; Thu, 23 Jun 2011 16:21:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5NGLq2d014245 for ; Thu, 23 Jun 2011 16:21:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5NGLq0v014244 for cvs-src-old@freebsd.org; Thu, 23 Jun 2011 16:21:52 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201106231621.p5NGLq0v014244@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Thu, 23 Jun 2011 16:21:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 16:21:53 -0000 marcel 2011-06-23 16:21:43 UTC FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: SVN rev 223478 on 2011-06-23 16:21:43Z by marcel Unblock the outgoing thread after we performed pmap_switch() to switch the region registers. pmap_switch() returns the pmap for which the region register are currently programmed, which needs to be re-programmed on the CPU the ougoing thread gets switched in. This change does not noticibly change anything or fix known bugs, but does give me a warm fuzzy feeling by being more correct. Revision Changes Path 1.276 +2 -2 src/sys/ia64/ia64/machdep.c