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

Commit de23cf3c authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix niagara2 perf IRQ bits.

parent 36a07902
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ static const struct sparc_pmu niagara2_pmu = {
	.lower_shift	= 6,
	.event_mask	= 0xfff,
	.hv_bit		= 0x8,
	.irq_bit	= 0x03,
	.irq_bit	= 0x30,
	.upper_nop	= 0x220,
	.lower_nop	= 0x220,
};