Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Aug 2000 21:59:53 +0000
From:      Tony Finch <dot@dotat.at>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/20409: LINT's cache-colouring comments don't correspond to vm_page.h
Message-ID:  <E13KpVR-0009Xd-00@hand.dotat.at>

next in thread | raw e-mail | index | archive | help

>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 <dot@dotat.at>
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E13KpVR-0009Xd-00>