Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/arch/xen/include
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.
Home |
Main Index |
Thread Index |
Old Index