On Mon, May 21, 2012 at 4:25 PM, Joerg Roedel <joerg.roe...@amd.com> wrote:
> May break compilation for !CONFIG_IOMMU_API.

Good point. I'll squash this in:

diff --git a/include/linux/iommu.h b/include/linux/iommu.h
index eb72d3b..450293f 100644
--- a/include/linux/iommu.h
+++ b/include/linux/iommu.h
@@ -193,7 +193,7 @@ static inline int domain_has_cap(struct iommu_domain *domain
 }

 static inline void iommu_set_fault_handler(struct iommu_domain *domain,
-                                       iommu_fault_handler_t handler)
+                               iommu_fault_handler_t handler, void *token)
 {
 }

Or did you have something else in mind?

> Where is remoteproc changed?

In a subsequent patch set coming from Fernando (cc'ed). Fernando will
also carry this patch with him, and will cc you when the patch set is
submitted (should be very soon). I wanted your general opinion before
we start relying on this patch (sorry, should have mentioned it
earlier).

Thanks for your feedback!
Ohad.
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to