lkml.org 
[lkml]   [2007]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] x86-64 add cpu_has_arch_perfmon macro
Hello,

The following patch for x86-64 adds a macro to test for X86_FEATURE_ARCH_PERFMON.
An equivalent patch was posted for i386

changelog:
- add cpu_has_arch_perfmon macro to test for X86_FEATURE_ARCH_PERFMON

signed-off-by: stephane eranian <eranian@hpl.hp.com>

diff -urNp --exclude=.git linux-2.6.22.orig/include/asm-x86_64/cpufeature.h linux-2.6.22.base/include/asm-x86_64/cpufeature.h
--- linux-2.6.22.orig/include/asm-x86_64/cpufeature.h 2007-05-30 04:02:28.000000000 -0700
+++ linux-2.6.22.base/include/asm-x86_64/cpufeature.h 2007-06-01 07:22:53.000000000 -0700
@@ -117,5 +117,6 @@
#define cpu_has_ds boot_cpu_has(X86_FEATURE_DS)
#define cpu_has_pebs boot_cpu_has(X86_FEATURE_PEBS)
#define cpu_has_bts boot_cpu_has(X86_FEATURE_BTS)
+#define cpu_has_arch_perfmon boot_cpu_has(X86_FEATURE_ARCH_PERFMON)

#endif /* __ASM_X8664_CPUFEATURE_H */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-06-01 16:39    [W:0.022 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site