Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2008 05:12:19 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133100 for review
Message-ID:  <200801120512.m0C5CJxb010196@repoman.freebsd.org>

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

Change 133100 by jb@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);
 }
 



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