ALSA: hda - Add new GPU codec ID 0x10de0083 to snd-hda
[linux-2.6-block.git] / block / blk-mq-cpumap.c
index 8764c241e5bb44858e753b75f6c102c06a927171..d0634bcf322f1f2a096d9d3abb4ae7f1286e73b4 100644 (file)
@@ -113,7 +113,7 @@ int blk_mq_hw_queue_to_node(unsigned int *mq_map, unsigned int index)
 
        for_each_possible_cpu(i) {
                if (index == mq_map[i])
-                       return cpu_to_node(i);
+                       return local_memory_node(cpu_to_node(i));
        }
 
        return NUMA_NO_NODE;