Philip Guenther wrote:
> The problem is that ucode_load() in sys/arch/i386/stand/libsa/exec_i386.c 
> uses CPUID() without checking whether the cpuid instruction is supported.  
> There are currently three places in sys/arch/i386/stand/libsa which make 
> that check: cpuprobe.c, machdep.c, and random_i386.S. ucode_load() could 
> copy the chunk from machdep.c...or someone could add a global and do the 
> check once, early...

Or we make cpuid a required feature?

Reply via email to