tile: properly use node_isset() on a nodemask_t
authorChris Metcalf <cmetcalf@ezchip.com>
Tue, 28 Apr 2015 14:36:45 +0000 (10:36 -0400)
committerChris Metcalf <cmetcalf@ezchip.com>
Tue, 28 Apr 2015 14:36:45 +0000 (10:36 -0400)
The code accidentally used cpu_isset() previously in one place
(though properly node_isset() elsewhere).

Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
arch/tile/kernel/setup.c

Simple merge