]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaffa17ca9a72588a4618464b9cf76b8607d0dfff
treecc4e6a4f5d6f7b0533e9ce9e4fb5e0daf1f53461
parentce88222e1fb53c38d3b94c3b5ceebe1d2ab4956d
tile: properly use node_isset() on a nodemask_t

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