aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/tile/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/setup.c b/arch/tile/kernel/setup.c
index f1f579914952..776c741b84a4 100644
--- a/arch/tile/kernel/setup.c
+++ b/arch/tile/kernel/setup.c
@@ -773,7 +773,7 @@ static void __init zone_sizes_init(void)
773 * though, there'll be no lowmem, so we just alloc_bootmem 773 * though, there'll be no lowmem, so we just alloc_bootmem
774 * the memmap. There will be no percpu memory either. 774 * the memmap. There will be no percpu memory either.
775 */ 775 */
776 if (i != 0 && cpu_isset(i, isolnodes)) { 776 if (i != 0 && cpumask_test_cpu(i, &isolnodes)) {
777 node_memmap_pfn[i] = 777 node_memmap_pfn[i] =
778 alloc_bootmem_pfn(0, memmap_size, 0); 778 alloc_bootmem_pfn(0, memmap_size, 0);
779 BUG_ON(node_percpu[i] != 0); 779 BUG_ON(node_percpu[i] != 0);