Subject: CVS commit: [netbsd-1-6] src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 02/08/2003 08:41:01
Module Name: src
Committed By: jmc
Date: Sat Feb 8 06:41:01 UTC 2003
Modified Files:
src/sys/arch/i386/i386 [netbsd-1-6]: machdep.c
Log Message:
Pullup rev 1.480 (requested by kirill@lava.net and ok'd by erh for ticket #1148)
Adjust the check for what segments should go on the low priority
free list. If a segment starts exactly at 16M don't try to split
it because that causes the code to try to call uvm_page_physload
with a zero length segment. PR#17199
To generate a diff of this commit:
cvs rdiff -r1.471.4.2 -r1.471.4.3 src/sys/arch/i386/i386/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.