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/i386
Module Name: src
Committed By: tron
Date: Sat May 28 16:27:46 UTC 2005
Modified Files:
src/sys/arch/xen/i386 [netbsd-3]: pmap.c
Log Message:
Pull up revision 1.11 via patch (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.8.2.1 -r1.8.2.2 src/sys/arch/xen/i386/pmap.c
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