X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fboot%2Fcpucheck.c;h=4d3ff037201ffbee0bb468e04d069b02909d094d;hb=b30a72a7edfc64c8929104d5c2178aca489aa559;hp=19b14f7ef9f1c3945845ca9423e00ba2ba5851d8;hpb=f1c5d30e1d79bbfb60eaf189db862d3cb2bcac92;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/boot/cpucheck.c b/arch/x86/boot/cpucheck.c index 19b14f7ef9f..4d3ff037201 100644 --- a/arch/x86/boot/cpucheck.c +++ b/arch/x86/boot/cpucheck.c @@ -22,21 +22,13 @@ #ifdef _SETUP # include "boot.h" -# include "bitops.h" #endif #include -#include #include #include #include -struct cpu_features { - int level; /* Family, or 64 for x86-64 */ - int model; - u32 flags[NCAPINTS]; -}; - -static struct cpu_features cpu; +struct cpu_features cpu; static u32 cpu_vendor[3]; static u32 err_flags[NCAPINTS];