Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 00:53:50 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 140143 for review
Message-ID:  <200804170053.m3H0ro6W003013@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=140143

Change 140143 by marcel@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.
 	 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804170053.m3H0ro6W003013>