Bug 16339

Summary: vm/vm_page.h PQ_L2_SIZE options too limited
Product: Base System Reporter: dje <dje>
Component: kernAssignee: Alan Cox <alc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description dje 2000-01-25 02:30:01 UTC
PQ_LARGECACHE and PQ_HUGECACHE do not provide enough range, for instance
my FIC PA-2013 motherboard has 2M of L2 cache.  Editing vm_page.h with
each OS upgrade seems like a maintenance problem that more easily could
be handled by a redesign of this option.

Fix: 

I would like to be able to specify the L2 page size as a value directly
in the system configuration file, e.g. PQ_L2_SIZE=512.
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2003-07-14 10:45:37 UTC
Responsible Changed
From-To: freebsd-bugs->alc

Assign to alc to evaluate this PR's relevance
Comment 2 Alan Cox freebsd_committer freebsd_triage 2008-05-24 20:53:39 UTC
State Changed
From-To: open->closed

This PR is no longer relevant to HEAD and RELENG_7.  Specifically, the 
physical memory allocator to which it applies no longer exists.