Skip to content

Commit 88ffe2d

Browse files
Lee JonesKAGA-KOKO
authored andcommitted
genirq/cpuhotplug: Demote debug printk to KERN_DEBUG
This sort of information is only generally useful when debugging. No need to have these sprinkled through the kernel log otherwise. Real world problem: During pre-release testing these have an affect on performance on real products. To the point where so much logging builds up, that it sets off the watchdog(s) on some high profile consumer devices. Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 04c2721 commit 88ffe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/irq/cpuhotplug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void irq_migrate_all_off_this_cpu(void)
166166
raw_spin_unlock(&desc->lock);
167167

168168
if (affinity_broken) {
169-
pr_warn_ratelimited("IRQ %u: no longer affine to CPU%u\n",
169+
pr_debug_ratelimited("IRQ %u: no longer affine to CPU%u\n",
170170
irq, smp_processor_id());
171171
}
172172
}

0 commit comments

Comments
 (0)