X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Ftlb.h;h=cb740025d4131382de81ac3925ffd7b4359bf94f;hb=12cbbd95e12e911b43afae7f6f4850f616223642;hp=f49bfb78c221ac4226753d1d2bbfe08fa065885f;hpb=81cfb8864c73230eb1c37753aba517db15cf4d8f;p=linux-2.6-omap-h63xx.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