Force a 040 detection for now, it seems E-UAE is making kickstart detect it randomly :(

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39134 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-10-24 22:26:27 +00:00
parent 2609a6bc98
commit 2e74287ab2

View File

@ -59,6 +59,7 @@ check_cpu_features()
// ;
//panic("cpu %d fpu %d flags 0x%04x", cpu, fpu, flags);
cpu = fpu = 68040; //XXX
if (!cpu || !fpu)
return B_ERROR;