linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
To: Andrew Morton <akpm@osdl.org>
Cc: yuasa@hh.iij4u.or.jp, Ralf Baechle <ralf@linux-mips.org>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS
Date: Sat, 20 Nov 2004 01:08:05 +0900	[thread overview]
Message-ID: <20041120010805.1fd04cab.yuasa@hh.iij4u.or.jp> (raw)

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

             reply	other threads:[~2004-11-19 16:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-19 16:08 Yoichi Yuasa [this message]
2004-11-19 17:32 ` [PATCH 2.6.10-rc2-mm1] fixed PMD_ORDER for MIPS Ralf Baechle
2004-11-20  0:07   ` Yoichi Yuasa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041120010805.1fd04cab.yuasa@hh.iij4u.or.jp \
    --to=yuasa@hh.iij4u.or.jp \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).