commit | 74c9a5c341bb1f6cbb5095b07c77230f19682ce8 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Fri May 22 19:47:38 2009 +0200 |
committer | Robert Richter <robert.richter@amd.com> | Thu Jun 11 19:42:11 2009 +0200 |
tree | 9299c89bb9bd7efabea7b603c86d0b9d13592c0a | |
parent | d2731a4387ad6c6bca07abfe9ed41d450fb6d665 [diff] |
x86/oprofile: remove MSR macros for ppro cpus The macros CTRL_READ() and CTRL_WRITE() make the code hard to read and maintain. This patch replaces them by rdmsr()/wrmsr() functions and simplifies the code. Signed-off-by: Robert Richter <robert.richter@amd.com>