X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fpgtable.h;h=e85c08d78ddadf5e85f14818fc858c94692e40d2;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=8d3919c6458c6c9326ef35a35ee7c848d34ac467;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-arm/pgtable.h b/include/asm-arm/pgtable.h index 8d3919c64..e85c08d78 100644 --- a/include/asm-arm/pgtable.h +++ b/include/asm-arm/pgtable.h @@ -11,15 +11,9 @@ #define _ASMARM_PGTABLE_H #include -#include - -#ifndef CONFIG_MMU - -#include "pgtable-nommu.h" - -#else #include +#include #include /* @@ -384,6 +378,4 @@ extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; #endif /* !__ASSEMBLY__ */ -#endif /* CONFIG_MMU */ - #endif /* _ASMARM_PGTABLE_H */