From owner-cvs-src@FreeBSD.ORG Sat Aug 4 19:36:16 2007 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 3AD0016A479; Sat, 4 Aug 2007 19:36:16 +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 F3EA613C4B4; Sat, 4 Aug 2007 19:36:15 +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 l74JaE75056203; Sat, 4 Aug 2007 19:36:14 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l74JaEtK056202; Sat, 4 Aug 2007 19:36:14 GMT (envelope-from marcel) Message-Id: <200708041936.l74JaEtK056202@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 4 Aug 2007 19:36:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 pmap.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: Sat, 04 Aug 2007 19:36:16 -0000 marcel 2007-08-04 19:36:14 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Replace "__asm __volatile()" by equivalent support functions from ia64_cpu.h. This improves readability and consistency and aids in auditing the code. Add data-serialization after writing to the region registers and add instruction-serialization after writing to cr.pta. Approved by: re (blanket) Revision Changes Path 1.191 +5 -3 src/sys/ia64/ia64/pmap.c