commit | c572ae4efd1b0a5cc76c5e6aae05c1b182b6a69c | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Wed Jun 03 20:10:39 2009 +0200 |
committer | Robert Richter <robert.richter@amd.com> | Thu Jun 11 20:16:00 2009 +0200 |
tree | 0e57db0103215742c6e882eb16da9db7ea6a047f | |
parent | 1a245c45343651a87ff63afc5ddeb8e24d731835 [diff] |
x86/oprofile: use 64 bit values in IBS functions 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>