lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is not defined
authorAmir Vadai <amirv@mellanox.com>
Sun, 29 Jun 2014 08:54:56 +0000 (11:54 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2014 01:29:23 +0000 (18:29 -0700)
commit143b5ba21b2bd5091cd8dcd92de7ba1ed1d1c83c
treec30660d72d6b31b44872b1b1e756be8a81a179a1
parent35f6f45368632f21bd27559c44dbb1cab51d8947
lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is not defined

When device is non numa aware (numa_node == -1), use all online cpu's.

Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/cpumask.c