linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS
@ 2004-11-19 16:08 Yoichi Yuasa
  2004-11-19 17:32 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Yoichi Yuasa @ 2004-11-19 16:08 UTC (permalink / raw)
  To: Andrew Morton; +Cc: yuasa, Ralf Baechle, linux-kernel

This patch is fixed PMD_ORDER for MIPS.

Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS
  2004-11-19 16:08 [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS Yoichi Yuasa
@ 2004-11-19 17:32 ` Ralf Baechle
  2004-11-20  0:07   ` Yoichi Yuasa
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2004-11-19 17:32 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: Andrew Morton, linux-kernel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS
  2004-11-19 17:32 ` Ralf Baechle
@ 2004-11-20  0:07   ` Yoichi Yuasa
  0 siblings, 0 replies; 3+ messages in thread
From: Yoichi Yuasa @ 2004-11-20  0:07 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, akpm, linux-kernel

On Fri, 19 Nov 2004 18:32:16 +0100
Ralf Baechle <ralf@linux-mips.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-20  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-19 16:08 [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS Yoichi Yuasa
2004-11-19 17:32 ` Ralf Baechle
2004-11-20  0:07   ` Yoichi Yuasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).