Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 03:19:04 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14025 for review
Message-ID:  <200207101019.g6AAJ41N019639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14025

Change 14025 by peter@peter_daintree on 2002/07/10 03:18:50

	oops, stray bit of code I thought I got rid of.

Affected files ...

.. //depot/projects/pmap/sys/i386/i386/pmap.c#20 edit

Differences ...

==== //depot/projects/pmap/sys/i386/i386/pmap.c#20 (text+ko) ====

@@ -2629,12 +2629,6 @@
 				 * block.
 				 */
 				dstmpte = pmap_allocpte(dst_pmap, addr);
-				if ((APTDpde & PG_FRAME) !=
-				    (saved_pde & PG_FRAME)) {
-					APTDpde = saved_pde;
-printf ("IT HAPPENNED!");
-					invltlb();
-				}
 				if ((*dst_pte == 0) && (ptetemp = *src_pte)) {
 					/*
 					 * Clear the modified and

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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