From: Robert Richter Date: Mon, 25 May 2009 18:23:23 +0000 (+0200) Subject: x86/oprofile: remove MSR macros for p4 cpus X-Git-Tag: v2.6.32-rc1~721^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1131a478245b00664ae2dbc0f68db987b51fa806;p=pandora-kernel.git x86/oprofile: remove MSR macros for p4 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