X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Ftlb.h;h=c9677d0be8dd4c4ba90df190c6b2f43e911bcc7e;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=1a17998bfc46bfcb5cbd2a16aa5dedd0fe142b72;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-arm/tlb.h b/include/asm-arm/tlb.h index 1a17998bf..c9677d0be 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 #include @@ -83,4 +91,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