PERFORCE change 140143 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Apr 17 00:53:51 UTC 2008


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

Change 140143 by marcel at marcel_xcllnt on 2008/04/17 00:53:05

	Fix merge botch.

Affected files ...

.. //depot/projects/powerpc/sys/powerpc/aim/mmu_oea.c#4 edit

Differences ...

==== //depot/projects/powerpc/sys/powerpc/aim/mmu_oea.c#4 (text+ko) ====

@@ -916,12 +916,6 @@
 	virtual_avail = VM_MIN_KERNEL_ADDRESS;
 	virtual_end = VM_MAX_KERNEL_ADDRESS;
 
-	moea_rkva_start = virtual_avail;
-	moea_rkva_count = 4;
-	virtual_avail += moea_rkva_count * PAGE_SIZE;
-
-	/*
-
 	/*
 	 * Set the start and end of kva.
 	 */


More information about the p4-projects mailing list