blk-mq: don't dump CPU -> hw queue map on driver load
[deliverable/linux.git] / block / blk-mq-cpumap.c
index f8721278601c1357c000de40b69c3a31d05a61e7..09792132961991e8168c2dee283a7b0cb0b967d0 100644 (file)
@@ -9,15 +9,6 @@
 #include "blk.h"
 #include "blk-mq.h"
 
-static void show_map(unsigned int *map, unsigned int nr)
-{
-       int i;
-
-       pr_info("blk-mq: CPU -> queue map\n");
-       for_each_online_cpu(i)
-               pr_info("  CPU%2u -> Queue %u\n", i, map[i]);
-}
-
 static int cpu_to_queue_index(unsigned int nr_cpus, unsigned int nr_queues,
                              const int cpu)
 {
@@ -85,7 +76,6 @@ int blk_mq_update_queue_map(unsigned int *map, unsigned int nr_queues)
                        map[i] = map[first_sibling];
        }
 
-       show_map(map, nr_cpus);
        free_cpumask_var(cpus);
        return 0;
 }
This page took 0.045552 seconds and 5 git commands to generate.