Remove the cache detection support entry. This will be obsolete

once the superpages stuff hits the tree.

Requested by:	netchild
This commit is contained in:
Joel Dahl 2006-11-26 12:05:55 +00:00
parent 1a01b15c37
commit 6485d6a4ed
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29131

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.72 2006/10/19 12:45:57 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.73 2006/11/23 09:00:19 jkoshy Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -62,7 +62,6 @@
<h3>Kernel</h3>
<ul>
<li><a href="#p-cachesparc64">Cache detection support for sparc64</a></li>
<li><a href="#p-camlocking">CAM layer locking</a></li>
<li><a href="#p-cpuusage">CPU usage display in top</a></li>
<li><a href="#p-docsysctl">Document all sysctls</a></li>
@ -298,27 +297,6 @@
<!- Kernel ->
<!------------------------------------------------------------------>
<a name="p-cachesparc64"></a>
<h2>Cache detection support for sparc64</h2>
<p><strong>Technical contact</strong>: <a
href="mailto:netchild@FreeBSD.org">&a.netchild;</a> (Page coloring)</p>
<p><strong>Mailing list</strong>: <a
href="mailto:freebsd-sparc64@FreeBSD.org">freebsd-sparc64@FreeBSD.org</a></p>
<p>The current page coloring algorithm in the VM does auto tuning of the
number of colors based upon cache size and associativity. On sparc64
the corresponding variables are not set. The goal of this entry is to
detect the cache size and associativity (this information may already
be available, or at least not much code has to be written) and set the
corresponding variables.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Knowledge of C.</li>
<li>A sparc64 system to test/debug with.</li>
<li></li>
</ul>
<hr>
<a name="p-camlocking"></a>
<h2>CAM layer locking</h2>
<p><strong>Technical contact</strong>: <a