perf, x86: P4 PMU - clean up the code a bit
[deliverable/linux.git] / arch / x86 / kernel / cpu / perf_event_p4.c
index c2520e178d32147fd9e2acd954d59e4217115add..8ff882fdb1c0896c3c74ca9d145151af0c96efbf 100644 (file)
@@ -468,7 +468,7 @@ static struct p4_event_bind p4_event_bind_map[] = {
                .opcode         = P4_OPCODE(P4_EVENT_MISPRED_BRANCH_RETIRED),
                .escr_msr       = { MSR_P4_CRU_ESCR0, MSR_P4_CRU_ESCR1 },
                .escr_emask     =
-               P4_ESCR_EMASK_BIT(P4_EVENT_MISPRED_BRANCH_RETIRED, NBOGUS),
+                       P4_ESCR_EMASK_BIT(P4_EVENT_MISPRED_BRANCH_RETIRED, NBOGUS),
                .cntr           = { {12, 13, 16}, {14, 15, 17} },
        },
        [P4_EVENT_X87_ASSIST] = {
This page took 0.024778 seconds and 5 git commands to generate.