sparc64: Fix niagara2 perf IRQ bits.
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Oct 2009 07:42:40 +0000 (00:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Oct 2009 07:42:40 +0000 (00:42 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/perf_event.c

index 04db927..fa5936e 100644 (file)
@@ -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,
 };