All of lore.kernel.org
 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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.