[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-1d321881afb955bba1e0a8f50d3a04e111fcb581@git.kernel.org>
Date: Tue, 29 Mar 2011 09:16:16 GMT
From: tip-bot for Cyrill Gorcunov <gorcunov@...nvz.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
gorcunov@...nvz.org, ming.m.lin@...el.com, tglx@...utronix.de,
mingo@...e.hu
Subject: [tip:perf/core] perf, x86: P4 PMU - clean up the code a bit
Commit-ID: 1d321881afb955bba1e0a8f50d3a04e111fcb581
Gitweb: http://git.kernel.org/tip/1d321881afb955bba1e0a8f50d3a04e111fcb581
Author: Cyrill Gorcunov <gorcunov@...nvz.org>
AuthorDate: Mon, 28 Mar 2011 00:46:11 +0400
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Tue, 29 Mar 2011 09:36:33 +0200
perf, x86: P4 PMU - clean up the code a bit
No change on the functional level, just align the table properly.
Signed-off-by: Cyrill Gorcunov <gorcunov@...nvz.org>
Cc: Lin Ming <ming.m.lin@...el.com>
LKML-Reference: <4D8FA213.5050108@...nvz.org>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/x86/kernel/cpu/perf_event_p4.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/cpu/perf_event_p4.c b/arch/x86/kernel/cpu/perf_event_p4.c
index c2520e1..8ff882f 100644
--- a/arch/x86/kernel/cpu/perf_event_p4.c
+++ b/arch/x86/kernel/cpu/perf_event_p4.c
@@ -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] = {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists