You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
x86: remove debug printks (io_apic.c)
Impact: reduce printk noise The message "alloc irq_2_pin on cpu 0 node 0" is printed way too often. % dmesg|grep irq_2_pin|wc -l 20 Get rid of the debug printks. Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
47dabdc7fc
commit
37dd3cb415
@@ -129,7 +129,6 @@ static struct irq_pin_list *get_one_free_irq_2_pin(int cpu)
|
|||||||
node = cpu_to_node(cpu);
|
node = cpu_to_node(cpu);
|
||||||
|
|
||||||
pin = kzalloc_node(sizeof(*pin), GFP_ATOMIC, node);
|
pin = kzalloc_node(sizeof(*pin), GFP_ATOMIC, node);
|
||||||
printk(KERN_DEBUG " alloc irq_2_pin on cpu %d node %d\n", cpu, node);
|
|
||||||
|
|
||||||
return pin;
|
return pin;
|
||||||
}
|
}
|
||||||
@@ -227,7 +226,6 @@ static struct irq_cfg *get_one_free_irq_cfg(int cpu)
|
|||||||
cpumask_clear(cfg->old_domain);
|
cpumask_clear(cfg->old_domain);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printk(KERN_DEBUG " alloc irq_cfg on cpu %d node %d\n", cpu, node);
|
|
||||||
|
|
||||||
return cfg;
|
return cfg;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user