From owner-cvs-src@FreeBSD.ORG Sun Jun 1 18:04:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F77A10656C2; Sun, 1 Jun 2008 18:04:43 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 389418FC0A; Sun, 1 Jun 2008 18:04:43 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m51I4hwe069222; Sun, 1 Jun 2008 18:04:43 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m51I4hl9069221; Sun, 1 Jun 2008 18:04:43 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200806011804.m51I4hl9069221@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 1 Jun 2008 18:04:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 01 Jun 2008 18:04:43 -0000 marcel 2008-06-01 18:04:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ia64/ia64 machdep.c Log: SVN rev 179479 on 2008-06-01 18:04:29Z by marcel Merge rev 179173: We can call ia64_flush_dirty() when the corresponding process is locked or not. As such, use PROC_LOCKED() to determine which case it is and lock the process when not. This is a manual merge. No merge history is created. Revision Changes Path 1.225.2.6 +6 -3 src/sys/ia64/ia64/machdep.c