]> git.hungrycats.org Git - linux/commitdiff
[PATCH] OProfile: fix a comment
authorJohn Levon <levon@movementarian.org>
Thu, 10 Jul 2003 03:35:46 +0000 (20:35 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 10 Jul 2003 03:35:46 +0000 (20:35 -0700)
Reflect Intel manual bugfix, by Philippe Elie

arch/i386/oprofile/op_model_p4.c

index 0c3de1990aa5be92751df7b80e79e153f538541e..188900c1d71b480526aa2dae3337e038b66fd892 100644 (file)
@@ -278,7 +278,7 @@ static struct p4_event_binding p4_events[NUM_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_2, MSR_P4_FSB_ESCR1} }
        },