Commit c874bf6a authored by John Levon's avatar John Levon Committed by Linus Torvalds

[PATCH] OProfile: fix a comment

Reflect Intel manual bugfix, by Philippe Elie
parent 2c2643a7
...@@ -278,7 +278,7 @@ static struct p4_event_binding p4_events[NUM_EVENTS] = { ...@@ -278,7 +278,7 @@ static struct p4_event_binding p4_events[NUM_EVENTS] = {
}, },
{ /* GLOBAL_POWER_EVENTS */ { /* GLOBAL_POWER_EVENTS */
0x06, 0x13 /* manual says 0x05 */, 0x06, 0x13 /* older manual says 0x05, newer 0x13 */,
{ { CTR_BPU_0, MSR_P4_FSB_ESCR0}, { { CTR_BPU_0, MSR_P4_FSB_ESCR0},
{ CTR_BPU_2, MSR_P4_FSB_ESCR1} } { CTR_BPU_2, MSR_P4_FSB_ESCR1} }
}, },
......
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