Don't try to talk to APIC on 486
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 20 Aug 2010 11:37:54 +0000 (13:37 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 24 Aug 2010 04:17:50 +0000 (00:17 -0400)
commit22f637848ee1bdc39ef42a3f9a003621fa7a4fef
tree65d7a532589d0a82fbb1cb56a1c92b913b7c1935
parente2074bf6ec2956e1d803e62dcb052b7c88c214f0
Don't try to talk to APIC on 486

It only has one cpuid level, therefore it can't report whether it
has an APIC. It probably hasn't; assume that. Without this,
SeaBIOS would get stuck on qemu -M isapc.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
src/smp.c