Whamcloud - gitweb
LU-1461 build: asm/cpufeature.h is only available on x86
[fs/lustre-release.git] / lustre / include / linux / obd_support.h
index 4fdb4e5..69149cf 100644 (file)
@@ -42,7 +42,9 @@
 #endif
 
 #ifdef __KERNEL__
+#ifdef CONFIG_X86
 #include <asm/cpufeature.h>
+#endif
 #include <asm/processor.h>
 #include <linux/seq_file.h>
 #include <linux/module.h>