Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2004 03:11:21 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54249 for review
Message-ID:  <200406060311.i563BL64005089@repoman.freebsd.org>

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

Change 54249 by jmallett@jmallett_oingo on 2004/06/06 03:10:35

	Integ fatfingering fix.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/pmap.c#37 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/pmap.c#37 (text+ko) ====

@@ -279,8 +279,6 @@
 	 */
 	tlb_bootstrap(physsz >> PAGE_SHIFT, pmap_steal_memory);
 
-	}
-
 	for (i = 0; phys_avail[i+2]; i+= 2) /* find non-empty ones */;
 
 	virtual_avail = VM_MIN_KERNEL_ADDRESS;



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