x86, cpu: Convert F00F bug detection
[deliverable/linux.git] / arch / x86 / include / asm / cpufeature.h
index 16190abd89056226252ce77710cb0a5a435879bb..c0ad7e75815c5859edb01ef2fe300bf527bfd13b 100644 (file)
  */
 #define X86_BUG(x)             (NCAPINTS*32 + (x))
 
+#define X86_BUG_F00F           X86_BUG(0) /* Intel F00F */
+
 #if defined(__KERNEL__) && !defined(__ASSEMBLY__)
 
 #include <asm/asm.h>
This page took 0.034462 seconds and 5 git commands to generate.