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

sparc64: Fix niagara2 perf IRQ bits.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 36a07902
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment