x86/cpu: Unify CPU family, model, stepping calculation
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / cpu.h
index bf2caa1dedc5a3e1f9a3854b689d95c68b62b40f..678637ad7476358a8263deee72a84e476912d2f0 100644 (file)
@@ -36,4 +36,7 @@ extern int _debug_hotplug_cpu(int cpu, int action);
 
 int mwait_usable(const struct cpuinfo_x86 *);
 
+unsigned int x86_family(unsigned int sig);
+unsigned int x86_model(unsigned int sig);
+unsigned int x86_stepping(unsigned int sig);
 #endif /* _ASM_X86_CPU_H */