Module Name: src Committed By: martin Date: Mon Jul 31 15:36:10 UTC 2023
Modified Files: src/sys/arch/xen/x86 [netbsd-10]: hypervisor_machdep.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #269): sys/arch/xen/x86/hypervisor_machdep.c: revision 1.46 xen/x86: Need kpreempt_disable/enable around curcpu() access. This is called with `hardware' interrupts enabled (between sti and cli), so presumably preemption is possible here. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.45.4.1 src/sys/arch/xen/x86/hypervisor_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.