Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu.
[coreboot.git] / src / arch / x86 / include / arch / cpu.h
index 85357d744e6b563cc7ad640645a956b4c32a5529..2dfcd72e95f0cc6cca27a7cb397ac4d280530ceb 100644 (file)
@@ -109,6 +109,7 @@ static inline unsigned int cpuid_edx(unsigned int op)
 #include <device/device.h>
 
 int cpu_phys_address_size(void);
+int cpu_have_cpuid(void);
 
 struct cpu_device_id {
        unsigned vendor;