Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20513d5e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: GICv3: remove the rtb logs of gic_poke_irq"

parents 003e367e 08bc9d3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ static void gic_poke_irq(struct irq_data *d, u32 offset)
		rwp_wait = gic_dist_wait_for_rwp;
	}

	writel_relaxed(mask, base + offset + (gic_irq(d) / 32) * 4);
	writel_relaxed_no_log(mask, base + offset + (gic_irq(d) / 32) * 4);
	rwp_wait();
}