From owner-svn-src-all@FreeBSD.ORG Wed Oct 22 16:50:13 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DA571065673; Wed, 22 Oct 2008 16:50:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3BEC88FC08; Wed, 22 Oct 2008 16:50:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9MGoD4M033804; Wed, 22 Oct 2008 16:50:13 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9MGoD7I033803; Wed, 22 Oct 2008 16:50:13 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200810221650.m9MGoD7I033803@svn.freebsd.org> From: Robert Watson Date: Wed, 22 Oct 2008 16:50:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184168 - head/sys/vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 16:50:13 -0000 Author: rwatson Date: Wed Oct 22 16:50:12 2008 New Revision: 184168 URL: http://svn.freebsd.org/changeset/base/184168 Log: Update mmap() comment: no more block devices, so no more block device cache coherency questions. MFC after: 3 days Modified: head/sys/vm/vm_mmap.c Modified: head/sys/vm/vm_mmap.c ============================================================================== --- head/sys/vm/vm_mmap.c Wed Oct 22 15:43:28 2008 (r184167) +++ head/sys/vm/vm_mmap.c Wed Oct 22 16:50:12 2008 (r184168) @@ -187,10 +187,6 @@ ogetpagesize(td, uap) * memory-based, such as a video framebuffer, can be mmap'd. Otherwise * there would be no cache coherency between a descriptor and a VM mapping * both to the same character device. - * - * Block devices can be mmap'd no matter what they represent. Cache coherency - * is maintained as long as you do not write directly to the underlying - * character device. */ #ifndef _SYS_SYSPROTO_H_ struct mmap_args {