2004-11-19 16:08:28

by Yoichi Yuasa

[permalink] [raw]
Subject: [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS

This patch is fixed PMD_ORDER for MIPS.

Signed-off-by: Yoichi Yuasa <[email protected]>

diff -urN -X dontdiff a-orig/include/asm-mips/pgtable-64.h a/include/asm-mips/pgtable-64.h
--- a-orig/include/asm-mips/pgtable-64.h Mon Nov 15 10:26:43 2004
+++ a/include/asm-mips/pgtable-64.h Sat Nov 20 00:56:00 2004
@@ -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


2004-11-19 17:32:32

by Ralf Baechle

[permalink] [raw]
Subject: Re: [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS

On Sat, Nov 20, 2004 at 01:08:05AM +0900, Yoichi Yuasa wrote:

> This patch is fixed PMD_ORDER for MIPS.

We already have this in CVS.

2004-11-20 00:15:50

by Yoichi Yuasa

[permalink] [raw]
Subject: Re: [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS

On Fri, 19 Nov 2004 18:32:16 +0100
Ralf Baechle <[email protected]> wrote:

> On Sat, Nov 20, 2004 at 01:08:05AM +0900, Yoichi Yuasa wrote:
>
> > This patch is fixed PMD_ORDER for MIPS.
>
> We already have this in CVS.

I know.
This patch is only for 2.6.10-rc2-mm1.

Thanks,

Yoichi