X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fpowerpc%2Finclude%2Fasm%2Fmmu-hash64.h;h=ba3342bbdbdaac2e7015cce107121dfb9a1cc40e;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=1da6a81ce541fad8f083f23e3509dda137928d0a;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/kernel/arch/powerpc/include/asm/mmu-hash64.h b/kernel/arch/powerpc/include/asm/mmu-hash64.h index 1da6a81ce..ba3342bbd 100644 --- a/kernel/arch/powerpc/include/asm/mmu-hash64.h +++ b/kernel/arch/powerpc/include/asm/mmu-hash64.h @@ -14,6 +14,7 @@ #include #include +#include /* * This is necessary to get the definition of PGTABLE_RANGE which we @@ -536,6 +537,9 @@ typedef struct { /* for 4K PTE fragment support */ void *pte_frag; #endif +#ifdef CONFIG_SPAPR_TCE_IOMMU + struct list_head iommu_group_mem_list; +#endif } mm_context_t;