|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] [VTD] Fix Typo in the Comment
Signed-off-by: Ameya Palande <2ameya@xxxxxxxxx>
diff -r e66cecb66b1e xen/drivers/passthrough/vtd/iommu.c
--- a/xen/drivers/passthrough/vtd/iommu.c Wed Oct 08 14:00:58 2008 +0100
+++ b/xen/drivers/passthrough/vtd/iommu.c Tue Oct 14 19:21:45 2008 +1100
@@ -346,7 +346,7 @@
cpu_relax();
}
spin_unlock_irqrestore(&iommu->register_lock, flag);
- /* flush context entry will implictly flush write buffer */
+ /* flush context entry will implicitly flush write buffer */
return 0;
}
@@ -453,7 +453,7 @@
dprintk(XENLOG_INFO VTDPREFIX,
"IOMMU: tlb flush request %x, actual %x\n",
(u32)DMA_TLB_IIRG(type), (u32)DMA_TLB_IAIG(val));
- /* flush context entry will implictly flush write buffer */
+ /* flush iotlb entry will implicitly flush write buffer */
return 0;
}
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] [VTD] Fix Typo in the Comment,
Ameya Palande <=
|
|
|
|
|