]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/boot/boot.h
x86: cleanup for setup code crashes during IST probe
[karo-tx-linux.git] / arch / x86 / boot / boot.h
index 9d4b4b43d97af59f6ed45d8680b8d58a04469c5c..616b804a229520d21f2a9022b5abdf088876bcd1 100644 (file)
@@ -24,8 +24,8 @@
 #include <linux/edd.h>
 #include <asm/boot.h>
 #include <asm/setup.h>
-
-#define NCAPINTS   8
+#include "bitops.h"
+#include <asm/cpufeature.h>
 
 /* Useful macros */
 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))