2005-10-04 07:58:13

by Hirokazu Takahashi

[permalink] [raw]
Subject: Re: [PATCH 07/07] i386: numa emulation on pc

Hi,

> This patch adds NUMA emulation for i386 on top of the fixes for sparsemem and
> discontigmem. NUMA emulation already exists for x86_64, and this patch adds
> the same feature using the same config option CONFIG_NUMA_EMU. The kernel
> command line option used is also the same as for x86_64.

It seems like you've forgot to bind cpus with emulated nodes as linux for
x86_64 does. I don't think it's your intention.


Thanks.


2005-10-04 09:49:30

by Magnus Damm

[permalink] [raw]
Subject: Re: [PATCH 07/07] i386: numa emulation on pc

On 10/4/05, Hirokazu Takahashi <[email protected]> wrote:
> It seems like you've forgot to bind cpus with emulated nodes as linux for
> x86_64 does. I don't think it's your intention.

True, not my intention. I will have a look at that. Thanks.

/ magnus