Date: Sun, 19 Mar 2006 03:20:17 GMT From: Thomas Hurst <tom@hur.st> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/94509: Setting PMAP_SHPGPERPROC in kernel config has no effect Message-ID: <200603190320.k2J3KHTN038595@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/94509; it has been noted by GNATS.
From: Thomas Hurst <tom@hur.st>
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: conf/94509: Setting PMAP_SHPGPERPROC in kernel config has no effect
Date: Sun, 19 Mar 2006 03:11:10 +0000
Ok, I've tracked it down -- PMAP_SHPGPERPROC is put in opt_pmap.h by
config(8), and is included on sparc64 and i386, but not amd64:
-# grep -R opt_pmap.h /sys/*/*/pmap.c
/sys/i386/i386/pmap.c:#include "opt_pmap.h"
/sys/sparc64/sparc64/pmap.c:#include "opt_pmap.h"
This include needs adding to /sys/amd64/amd64/pmap.c
--
Thomas 'Freaky' Hurst
http://hur.st/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603190320.k2J3KHTN038595>
