Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/13/2001 00:08:26
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Apr 12 21:08:26 UTC 2001

Modified Files:
	syssrc/sys/uvm: uvm_km.c

Log Message:
In uvm_km_kmemalloc(), use the correct size for the uvm_unmap()
call if the allocation fails.

Problem pointed out by Alfred Perlstein <bright@wintelcom.net>,
who found a similar bug in FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/uvm/uvm_km.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.