Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / include / linux / remoteproc.h
index 9e7e745dac55a64ce513d2e4807bc045aa9a8b14..78b8a9b9d40a2ad70fe11986e8e6ffb3b04fe6c4 100644 (file)
@@ -404,6 +404,7 @@ enum rproc_crash_type {
  * @table_ptr: pointer to the resource table in effect
  * @cached_table: copy of the resource table
  * @table_csum: checksum of the resource table
+ * @has_iommu: flag to indicate if remote processor is behind an MMU
  */
 struct rproc {
        struct klist_node node;
@@ -435,6 +436,7 @@ struct rproc {
        struct resource_table *table_ptr;
        struct resource_table *cached_table;
        u32 table_csum;
+       bool has_iommu;
 };
 
 /* we currently support only two vrings per rvdev */