From owner-svn-src-head@FreeBSD.ORG Mon Jun 3 17:30:40 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EA24E38F; Mon, 3 Jun 2013 17:30:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DD2541C21; Mon, 3 Jun 2013 17:30:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r53HUewt092070; Mon, 3 Jun 2013 17:30:40 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r53HUeAE092069; Mon, 3 Jun 2013 17:30:40 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201306031730.r53HUeAE092069@svn.freebsd.org> From: Konstantin Belousov Date: Mon, 3 Jun 2013 17:30:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251318 - head/sys/vm X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 17:30:41 -0000 Author: kib Date: Mon Jun 3 17:30:40 2013 New Revision: 251318 URL: http://svnweb.freebsd.org/changeset/base/251318 Log: Remove irrelevant comments. Discussed with: alc MFC after: 3 days Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c ============================================================================== --- head/sys/vm/vm_page.c Mon Jun 3 17:30:21 2013 (r251317) +++ head/sys/vm/vm_page.c Mon Jun 3 17:30:40 2013 (r251318) @@ -801,11 +801,6 @@ vm_page_dirty_KBI(vm_page_t m) * * Inserts the given mem entry into the object and object list. * - * The pagetables are not updated but will presumably fault the page - * in if necessary, or if a kernel page the caller will at some point - * enter the page into the kernel's pmap. We are not allowed to sleep - * here so we *can't* do this anyway. - * * The object must be locked. */ void @@ -891,8 +886,6 @@ vm_page_insert_after(vm_page_t m, vm_obj * table and the object page list, but do not invalidate/terminate * the backing store. * - * The underlying pmap entry (if any) is NOT removed here. - * * The object must be locked. The page must be locked if it is managed. */ void