From: Yoichi Yuasa This patch is fixed PMD_ORDER for MIPS. Signed-off-by: Yoichi Yuasa Signed-off-by: Andrew Morton --- 25-akpm/include/asm-mips/pgtable-64.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-mips/pgtable-64.h~mm-only-fixed-pmd_order-for-mips include/asm-mips/pgtable-64.h --- 25/include/asm-mips/pgtable-64.h~mm-only-fixed-pmd_order-for-mips 2004-11-21 15:43:00.107526816 -0800 +++ 25-akpm/include/asm-mips/pgtable-64.h 2004-11-21 15:43:00.110526360 -0800 @@ -66,7 +66,7 @@ */ #ifdef CONFIG_PAGE_SIZE_4KB #define PGD_ORDER 1 -#define PMD_ORDER 1 +#define PMD_ORDER 0 #define PTE_ORDER 0 #endif #ifdef CONFIG_PAGE_SIZE_8KB _