PERFORCE change 30278 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Apr 30 22:01:44 PDT 2003


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

Change 30278 by marcel at marcel_nfs on 2003/04/30 22:01:01

	Diff reduction: remove EPC specific change.

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/pmap.c#59 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/pmap.c#59 (text+ko) ====

@@ -121,7 +121,6 @@
 
 #include <sys/user.h>
 
-#include <machine/cpu.h>
 #include <machine/pal.h>
 #include <machine/md_var.h>
 
@@ -469,8 +468,6 @@
 	 * Clear out any random TLB entries left over from booting.
 	 */
 	pmap_invalidate_all(kernel_pmap);
-
-	map_gateway_page();
 }
 
 void *


More information about the p4-projects mailing list