From owner-cvs-all Thu Aug 12 14:18:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0B65158B9; Thu, 12 Aug 1999 14:18:16 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA56955; Thu, 12 Aug 1999 14:16:55 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199908122116.OAA56955@freefall.freebsd.org> From: Alan Cox Date: Thu, 12 Aug 1999 14:16:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/08/12 14:16:55 PDT Modified files: sys/vm vm_page.h Log: Make the default page coloring parameters match a (non-Xeon) Pentium II/III. This setting is also acceptable for Celerons and Pentium Pros with less than 1MB L2 caches. Note: PQ_L2_SIZE is a misnomer. The correct number of colors is a function of the cache's degree of associativity as well as its size. Submitted by: bde and alc Revision Changes Path 1.65 +8 -2 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message