commit | 95e74e62c1540b1115fe8cec5b592f22960f2bb2 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Wed Jun 03 19:09:27 2009 +0200 |
committer | Robert Richter <robert.richter@amd.com> | Thu Jun 11 20:12:57 2009 +0200 |
tree | c9f821446c4e50642b29cf0618168ba839ff7735 | |
parent | bbc5986d2db427fdd61b6116ff8b9ed988e663a8 [diff] |
x86/oprofile: use 64 bit values to save MSR states This patch removes struct op_saved_msr and replaces it by an u64 variable. This makes code easier and it is possible to use 64 bit MSR functions. Signed-off-by: Robert Richter <robert.richter@amd.com>