From: Robert Richter Date: Fri, 22 May 2009 17:47:38 +0000 (+0200) Subject: x86/oprofile: remove MSR macros for ppro cpus X-Git-Tag: v2.6.32-rc1~721^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74c9a5c341bb1f6cbb5095b07c77230f19682ce8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed