PERFORCE change 94719 for review

Alan Cox alc at FreeBSD.org
Thu Apr 6 04:05:11 UTC 2006


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

Change 94719 by alc at alc_home on 2006/04/06 04:04:09

	Reintroduce a needed variable that was removed by an IFC.

Affected files ...

.. //depot/projects/superpages/src/sys/i386/i386/pmap.c#9 edit

Differences ...

==== //depot/projects/superpages/src/sys/i386/i386/pmap.c#9 (text+ko) ====

@@ -2524,6 +2524,7 @@
 	vm_offset_t addr;
 	vm_offset_t end_addr = src_addr + len;
 	vm_offset_t pdnxt;
+	vm_page_t m;
 
 	if (dst_addr != src_addr)
 		return;


More information about the p4-projects mailing list