PERFORCE change 71734 for review

John-Mark Gurney jmg at FreeBSD.org
Thu Feb 24 15:05:26 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=71734

Change 71734 by jmg at 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


More information about the p4-projects mailing list