conf/94509: Setting PMAP_SHPGPERPROC in kernel config has no effect

Thomas Hurst tom at hur.st
Sun Mar 19 03:20:18 UTC 2006


The following reply was made to PR conf/94509; it has been noted by GNATS.

From: Thomas Hurst <tom at hur.st>
To: bug-followup at 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/


More information about the freebsd-bugs mailing list