x86/oprofile: use 64 bit values in IBS functions
authorRobert Richter <robert.richter@amd.com>
Wed, 3 Jun 2009 18:10:39 +0000 (20:10 +0200)
committerRobert Richter <robert.richter@amd.com>
Thu, 11 Jun 2009 18:16:00 +0000 (20:16 +0200)
The IBS code internally uses 32 bit values (a low and a high value) to
represent a 64 bit value. This patch changes this and now 64 bit
values are used instead. 64 bit MSR functions can be used now.

No functional changes.

Signed-off-by: Robert Richter <robert.richter@amd.com>

No differences found