X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-arm%2Fpgtable.h;h=8d3919c6458c6c9326ef35a35ee7c848d34ac467;hb=a188ad2bc7dbfa16ccdcaa8d43ade185b969baff;hp=e85c08d78ddadf5e85f14818fc858c94692e40d2;hpb=b3899c6613160b18f79e4356184de55311302fe4;p=powerpc.git diff --git a/include/asm-arm/pgtable.h b/include/asm-arm/pgtable.h index e85c08d78d..8d3919c645 100644 --- a/include/asm-arm/pgtable.h +++ b/include/asm-arm/pgtable.h @@ -11,9 +11,15 @@ #define _ASMARM_PGTABLE_H #include +#include + +#ifndef CONFIG_MMU + +#include "pgtable-nommu.h" + +#else #include -#include #include /* @@ -378,4 +384,6 @@ extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; #endif /* !__ASSEMBLY__ */ +#endif /* CONFIG_MMU */ + #endif /* _ASMARM_PGTABLE_H */