Xin, Xiaohui
2008-Jul-10 02:47 UTC
[Xen-devel][PATCH] Substitue the duplicate spin_lock_irqsave to spin_lock in the vt-d code path
The patch removes the duplicate spin_lock_irqsave to spin_lock in the Vt-d code path. The duplicate spin_lock_irqsave() flushes the original EFLAGS saved, and thus disable the local irq. Signed-off-by: Xin, Xiaohui Xiaohui.xin@intel.com Signed-off-by: Tian, Kevin <Kevin.Tian@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Seemingly Similar Threads
- [VTD][RESEND]add a timer for the shared interrupt issue for vt-d
- [PATCH 5/6] fs/btrfs: convert nested spin_lock_irqsave to spin_lock
- [PATCH 2/2] Enhance MTRR/PAT virtualization for EPT & VT-d enabled both
- [VTD][PATCH] a time out mechanism for the shared interrupt issue for vtd
- [PATCH][VT]Make 32-bit VMX guest work on 64-bit host