Subject: CVS commit: [netbsd-3] src/sys/arch/xen/include
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/28/2005 16:28:00
Module Name:	src
Committed By:	tron
Date:		Sat May 28 16:28:00 UTC 2005

Modified Files:
	src/sys/arch/xen/include [netbsd-3]: xenfunc.h xenpmap.h

Log Message:
Pull up revision 1.6 (requested by bouyer in ticket #355):
Always call the xpq_queue*() functions at splvm(), so that it's safe to call
them from interrupt context.
xpq_flush_queue() is called from IPL_NET in if_xennet.c, and
other xpq_queue* functions may be called from interrupt context via
pmap_kenter*(). Should fix port-xen/30153.
Thanks to Jason Thorpe and YAMAMOTO Takashi for enlightments on this issue.


To generate a diff of this commit:
cvs rdiff -r1.4.2.1 -r1.4.2.2 src/sys/arch/xen/include/xenfunc.h \
    src/sys/arch/xen/include/xenpmap.h

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