Re: [PATCH] Fix NUMA emulation for x86_64

2008-01-29 Thread Minoru Usui
> ">" == Ingo Molnar <[EMAIL PROTECTED]> writes: >> * Minoru Usui <[EMAIL PROTECTED]> wrote: >> I found a small bug of NUMA emulation code for x86_64. >> (CONFIG_NUMA_EMU) If machine is non-NUMA, find_node_by_addr() should >> return NUMA_NO_NODE, but current implementation c

Re: [PATCH] Fix NUMA emulation for x86_64

2008-01-25 Thread Ingo Molnar
* Minoru Usui <[EMAIL PROTECTED]> wrote: > I found a small bug of NUMA emulation code for x86_64. > (CONFIG_NUMA_EMU) If machine is non-NUMA, find_node_by_addr() should > return NUMA_NO_NODE, but current implementation code returns existent > maximum NUMA node number + 1. This is not existent