X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-arm%2Ftlb.h;h=cb740025d4131382de81ac3925ffd7b4359bf94f;hb=e3d18658d4f28e4783e1bb1c41e9134c9e5db0a9;hp=f49bfb78c221ac4226753d1d2bbfe08fa065885f;hpb=7079060f3e86ea4c1d4e9c1e356592ef9dcaaa1f;p=mv-sheeva.git diff --git a/include/asm-arm/tlb.h b/include/asm-arm/tlb.h index f49bfb78c22..cb740025d41 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