Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 15:05:25 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71734 for review
Message-ID:  <200502241505.j1OF5PID062427@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71734

Change 71734 by jmg@jmg_carbon on 2005/02/24 15:04:32

	fix comment to match what it really does, and easier to understand..

Affected files ...

.. //depot/projects/arm/src/sys/arm/arm/pmap.c#3 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/arm/pmap.c#3 (text+ko) ====

@@ -2391,7 +2391,7 @@
 	virtual_avail = firstaddr;
 	kernel_pmap = &kernel_pmap_store;
 	kernel_pmap->pm_l1 = l1;
-/*
+	/*
 	 * Scan the L1 translation table created by initarm() and create
 	 * the required metadata for all valid mappings found in it.
 	 */
@@ -4382,7 +4382,7 @@
 /*
  * pmap_link_l2pt:
  *
- *	Link the L2 page table specified by "pa" into the L1
+ *	Link the L2 page table specified by l2pv.pv_pa into the L1
  *	page table at the slot for "va".
  */
 void



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