Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2012 04:35:20 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241217 - head/sys/mips/mips
Message-ID:  <201210050435.q954ZKxg088207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alc
Date: Fri Oct  5 04:35:20 2012
New Revision: 241217
URL: http://svn.freebsd.org/changeset/base/241217

Log:
  Eliminate a stale and a duplicated comment.

Modified:
  head/sys/mips/mips/pmap.c

Modified: head/sys/mips/mips/pmap.c
==============================================================================
--- head/sys/mips/mips/pmap.c	Fri Oct  5 03:46:25 2012	(r241216)
+++ head/sys/mips/mips/pmap.c	Fri Oct  5 04:35:20 2012	(r241217)
@@ -1621,13 +1621,6 @@ retry:
 	return (pv);
 }
 
-/*
- * If it is the first entry on the list, it is actually
- * in the header and we must copy the following entry up
- * to the header.  Otherwise we must search the list for
- * the entry.  In either case we free the now unused entry.
- */
-
 static pv_entry_t
 pmap_pvh_remove(struct md_page *pvh, pmap_t pmap, vm_offset_t va)
 {
@@ -2945,13 +2938,6 @@ pmap_clear_reference(vm_page_t m)
  * address space. Return a pointer to where it is mapped. This
  * routine is intended to be used for mapping device memory,
  * NOT real memory.
- */
-
-/*
- * Map a set of physical memory pages into the kernel virtual
- * address space. Return a pointer to where it is mapped. This
- * routine is intended to be used for mapping device memory,
- * NOT real memory.
  *
  * Use XKPHYS uncached for 64 bit, and KSEG1 where possible for 32 bit.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210050435.q954ZKxg088207>