PERFORCE change 87990 for review

Olivier Houchard cognet at FreeBSD.org
Fri Dec 9 16:11:35 PST 2005


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

Change 87990 by cognet at cognet on 2005/12/10 00:11:32

	One more va/p4 confusion, WAY TO GO COGNET

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#9 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#9 (text+ko) ====

@@ -402,7 +402,7 @@
 	dump_avail[2] = 0;
 	dump_avail[3] = 0;
 	
-	phys_avail[0] = freemempos;
+	phys_avail[0] = freemempos - KERNVIRTADDR + KERNPHYSADDR;
 	phys_avail[1] = KERNPHYSADDR + memsize;
 	phys_avail[2] = 0;
 	phys_avail[3] = 0;


More information about the p4-projects mailing list