PERFORCE change 133100 for review

John Birrell jb at FreeBSD.org
Fri Jan 11 21:12:19 PST 2008


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

Change 133100 by jb at jb_freebsd1 on 2008/01/12 05:11:23

	Comment out some code which doesn't compile for me and doesn't who
	up on the tinderbox builds which don't compile kernels on arm.
	I just want the universe to build now so that I can ensure that the
	CTF build works across all arches (which I think it does!)

Affected files ...

.. //depot/projects/dtrace/src/sys/arm/arm/pmap.c#26 edit

Differences ...

==== //depot/projects/dtrace/src/sys/arm/arm/pmap.c#26 (text+ko) ====

@@ -3827,10 +3827,12 @@
 	TAILQ_INIT(&pmap->pm_pvlist);
 	bzero(&pmap->pm_stats, sizeof pmap->pm_stats);
 	pmap->pm_stats.resident_count = 1;
+#ifdef DOODAD
 	if (vector_page < KERNBASE) {
 		pmap_enter(pmap, vector_page, PHYS_TO_VM_PAGE(systempage.pv_pa),
 		    VM_PROT_READ, 1);
 	} 
+#endif
 	return (1);
 }
 


More information about the p4-projects mailing list