commit | eb12ce60c81826a99eadbc56401e08ceb37a0cc2 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Apr 01 15:06:33 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 02 06:08:05 2009 +0200 |
tree | 63a0451af66bb12b7f3e695fee1a9813addbeb9d | |
parent | 0f8f308925ebe0480bd9831d32963ee0b885e24b [diff] |
x86,percpu: fix inverted NUMA test in setup_pcpu_remap() setup_percpu_remap() is for NUMA machines yet it bailed out with -EINVAL if pcpu_need_numa(). Fix the inverted condition. This problem was reported by David Miller and verified by Yinhai Lu. Reported-by: David Miller <davem@davemloft.net> Reported-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Tejun Heo <tj@kernel.org> LKML-Reference: <49D30469.8020006@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>