From: Christoph Lameter <clameter@engr.sgi.com>
To: Tim Pepper <lnxninja@us.ibm.com>
Cc: akpm@osdl.org, Adam Litke <agl@us.ibm.com>,
linux-mm@kvack.org, ak@suse.de, linux-kernel@vger.kernel.org,
kenneth.w.chen@intel.com, wli@holomorphy.com
Subject: Re: [PATCH] Add NUMA policy support for huge pages.
Date: Tue, 15 Nov 2005 14:29:54 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.62.0511151429260.11270@schroedinger.engr.sgi.com> (raw)
In-Reply-To: <eada2a070511151419j5d94ec55xb36c6ae7d17ea30a@mail.gmail.com>
On Tue, 15 Nov 2005, Tim Pepper wrote:
> On 11/15/05, Christoph Lameter <clameter@engr.sgi.com> wrote:
> > +/* Caculate a node number for interleave */
> ^^^^^
> Calculate even...
Fix:
Index: linux-2.6.14-mm2/mm/mempolicy.c
===================================================================
--- linux-2.6.14-mm2.orig/mm/mempolicy.c 2005-11-15 14:27:49.000000000 -0800
+++ linux-2.6.14-mm2/mm/mempolicy.c 2005-11-15 14:28:32.000000000 -0800
@@ -1005,7 +1005,7 @@ static unsigned offset_il_node(struct me
return nid;
}
-/* Caculate a node number for interleave */
+/* Determine a node number for interleave */
static inline unsigned interleave_nid(struct mempolicy *pol,
struct vm_area_struct *vma, unsigned long addr, int shift)
{
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
prev parent reply other threads:[~2005-11-15 22:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-15 21:44 Christoph Lameter
2005-11-15 21:59 ` Adam Litke
2005-11-15 22:19 ` Tim Pepper
2005-11-15 22:29 ` Christoph Lameter [this message]
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=Pine.LNX.4.62.0511151429260.11270@schroedinger.engr.sgi.com \
--to=clameter@engr.sgi.com \
--cc=agl@us.ibm.com \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--cc=kenneth.w.chen@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lnxninja@us.ibm.com \
--cc=wli@holomorphy.com \
/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