X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-arm%2Ftlb.h;h=cb740025d4131382de81ac3925ffd7b4359bf94f;hb=414f827c46973ba39320cfb43feb55a0eeb9b4e8;hp=f49bfb78c221ac4226753d1d2bbfe08fa065885f;hpb=2fc2991175bf77395e6b15fe6b2304d3bf72da40;p=powerpc.git diff --git a/include/asm-arm/tlb.h b/include/asm-arm/tlb.h index f49bfb78c2..cb740025d4 100644 --- a/include/asm-arm/tlb.h +++ b/include/asm-arm/tlb.h @@ -19,6 +19,14 @@ #include #include + +#ifndef CONFIG_MMU + +#include +#include + +#else /* !CONFIG_MMU */ + #include /* @@ -82,4 +90,5 @@ tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) #define tlb_migrate_finish(mm) do { } while (0) +#endif /* CONFIG_MMU */ #endif