Subject: CVS commit: src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/20/2007 22:01:06
Module Name:	src
Committed By:	bouyer
Date:		Sat Jan 20 22:01:06 UTC 2007

Modified Files:
	src/sys/arch/xen/i386: xen_shm_machdep.c

Log Message:
Xen3 linux guests seems to loan a lot of pages for some disk transfers,
and eventually run out of XENSHM_NPAGES for a single transfers.
Bump XENSHM_NPAGES by 10 for xen3 to avoid deadlocks in such case.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/xen/i386/xen_shm_machdep.c

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