diff options
author | Robert Richter <robert.richter@amd.com> | 2009-05-25 15:05:50 +0200 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-06-11 19:42:13 +0200 |
commit | ec064c093e254f4433afb17dcef7f964c76436af (patch) | |
tree | aba3e4a8725219a17c160989e85b5b5f59df3a2b /arch/x86/oprofile/op_model_ppro.c | |
parent | 1131a478245b00664ae2dbc0f68db987b51fa806 (diff) | |
download | op-kernel-dev-ec064c093e254f4433afb17dcef7f964c76436af.zip op-kernel-dev-ec064c093e254f4433afb17dcef7f964c76436af.tar.gz |
x86/oprofile: fix and cleanup CTRL_SET_* macros
This patch fixes missing braces around macro parameters. Macro
definitions from intel_arch_perfmon.h are used where possible.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/x86/oprofile/op_model_ppro.c')
-rw-r--r-- | arch/x86/oprofile/op_model_ppro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/oprofile/op_model_ppro.c b/arch/x86/oprofile/op_model_ppro.c index 6c5d288..61ee8f6 100644 --- a/arch/x86/oprofile/op_model_ppro.c +++ b/arch/x86/oprofile/op_model_ppro.c @@ -18,7 +18,6 @@ #include <asm/msr.h> #include <asm/apic.h> #include <asm/nmi.h> -#include <asm/intel_arch_perfmon.h> #include "op_x86_model.h" #include "op_counter.h" |