Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2008 04:13:57 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136142 for review
Message-ID:  <200802250413.m1P4DvDx020180@repoman.freebsd.org>

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

Change 136142 by kmacy@pandemonium:kmacy:xen31 on 2008/02/25 04:13:06

	increase KTR_ENTRIES
	only use KTR_PMAP

Affected files ...

.. //depot/projects/xen31/sys/i386/conf/XEN#6 edit

Differences ...

==== //depot/projects/xen31/sys/i386/conf/XEN#6 (text+ko) ====

@@ -150,7 +150,7 @@
 nooption	ISAPNP
 
 options	KTR
-options KTR_COMPILE=(KTR_VM|KTR_PMAP|KTR_TRAP)
+options KTR_COMPILE=(KTR_PMAP)
 options KTR_CPUMASK=0xff
-options KTR_ENTRIES=8192
-options KTR_MASK=(KTR_VM|KTR_PMAP|KTR_TRAP)
+options KTR_ENTRIES=65536
+options KTR_MASK=(KTR_PMAP)



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