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 4e6437f commit 4bccf1dCopy full SHA for 4bccf1d
drivers/irqchip/irq-gic-v3-its.c
@@ -2415,14 +2415,12 @@ static u64 inherit_vpe_l1_table_from_rd(cpumask_t **mask)
2415
2416
for_each_possible_cpu(cpu) {
2417
void __iomem *base = gic_data_rdist_cpu(cpu)->rd_base;
2418
- u32 tmp;
2419
2420
if (!base || cpu == smp_processor_id())
2421
continue;
2422
2423
val = gic_read_typer(base + GICR_TYPER);
2424
- tmp = compute_common_aff(val);
2425
- if (tmp != aff)
+ if (aff != compute_common_aff(val))
2426
2427
2428
/*
0 commit comments