From owner-freebsd-bugs Fri Aug 4 15: 0:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ED8137BA04 for ; Fri, 4 Aug 2000 15:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA31050; Fri, 4 Aug 2000 15:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hand.dotat.at (sfo-gw.covalent.net [207.44.198.62]) by hub.freebsd.org (Postfix) with ESMTP id 003FD37B51A for ; Fri, 4 Aug 2000 14:59:52 -0700 (PDT) (envelope-from fanf@dotat.at) Received: from fanf by hand.dotat.at with local (Exim 3.15 #3) id 13KpVR-0009Xd-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 04 Aug 2000 21:59:53 +0000 Message-Id: Date: Fri, 04 Aug 2000 21:59:53 +0000 From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/20409: LINT's cache-colouring comments don't correspond to vm_page.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20409 >Category: kern >Synopsis: LINT's cache-colouring comments don't correspond to vm_page.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 04 15:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: FreeBSD 4.1-STABLE-20000729 i386 >Organization: dotat >Environment: FreeBSD hand.dotat.at 4.1-STABLE-20000729 FreeBSD 4.1-STABLE-20000729 #0: Sun Jul 30 00:30:12 UTC 2000 root@hand.dotat.at:/other/obj/other/src/sys/DELL-Latitude-CPx i386 >Description: The comments regarding the cache sizes that PQ_NORMALCACHE and PQ_MEDIUMCACHE correspond to are diffrerent in LINT and in vm_page.h. It looks like the ones in LINT are the wrong way around. >How-To-Repeat: >Fix: --- LINT.orig Fri Aug 4 21:53:43 2000 +++ LINT Fri Aug 4 21:54:02 2000 @@ -75,8 +75,8 @@ #options PQ_NOOPT # No coloring options PQ_LARGECACHE # color for 512k/16k cache #options PQ_HUGECACHE # color for 1024k/16k cache -#options PQ_MEDIUMCACHE # color for 64k/16k cache -#options PQ_NORMALCACHE # color for 256k/16k cache +#options PQ_MEDIUMCACHE # color for 256k/16k cache +#options PQ_NORMALCACHE # color for 64k/16k cache # This allows you to actually store this configuration file into # the kernel binary itself, where it may be later read by saying: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message