We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14be098 commit 6c2ab2aCopy full SHA for 6c2ab2a
arch/powerpc/sysdev/xive/common.c
@@ -713,7 +713,7 @@ static int xive_irq_set_affinity(struct irq_data *d,
713
u32 target, old_target;
714
int rc = 0;
715
716
- pr_devel("xive_irq_set_affinity: irq %d\n", d->irq);
+ pr_debug("%s: irq %d/%x\n", __func__, d->irq, hw_irq);
717
718
/* Is this valid ? */
719
if (cpumask_any_and(cpumask, cpu_online_mask) >= nr_cpu_ids)
@@ -758,7 +758,7 @@ static int xive_irq_set_affinity(struct irq_data *d,
758
return rc;
759
}
760
761
- pr_devel(" target: 0x%x\n", target);
+ pr_debug(" target: 0x%x\n", target);
762
xd->target = target;
763
764
/* Give up previous target */
0 commit comments