Subject: CVS commit: syssrc/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 09/05/2002 05:43:01
Module Name: syssrc
Committed By: erh
Date: Thu Sep 5 02:43:01 UTC 2002
Modified Files:
syssrc/sys/arch/i386/i386: machdep.c
Log Message:
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.
(kern/17199)
To generate a diff of this commit:
cvs rdiff -r1.479 -r1.480 syssrc/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.