PERFORCE change 87983 for review
Warner Losh
imp at FreeBSD.org
Fri Dec 9 15:22:30 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=87983
Change 87983 by imp at imp_Speedy on 2005/12/09 23:21:14
cognet tells me that pv_pa is wrong, and pv_va is right, so
revert this part of my last change.
Affected files ...
.. //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#4 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#4 (text+ko) ====
@@ -278,7 +278,7 @@
* We start by mapping the L2 page tables into the L1.
* This means that we can replace L1 mappings later on if necessary
*/
- l1pagetable = kernel_l1pt.pv_pa;
+ l1pagetable = kernel_l1pt.pv_va;
/* Map the L2 pages tables in the L1 page table */
pmap_link_l2pt(l1pagetable, ARM_VECTORS_LOW,
More information about the p4-projects
mailing list