]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Changed trap.c so that a panic will occur if we do not have hardware
authorrgrimes <rgrimes@FreeBSD.org>
Sat, 28 Aug 1993 13:25:22 +0000 (13:25 +0000)
committerrgrimes <rgrimes@FreeBSD.org>
Sat, 28 Aug 1993 13:25:22 +0000 (13:25 +0000)
commitb722f788aadfe1ae47e6d2b5e0f623e8f5c6a7cf
tree365eed7511e7162510a30b3970887d11c6a8c8f4
parent587a02a3325f03825dbc3a7aabcdaad97c3df481
Changed trap.c so that a panic will occur if we do not have hardware
FP and we try to call the emulator when it is not compiled in.
Removed the #if defined(i486) || defined(i387) that use to call the
panic if we did not have a math emulator.
Removed an extranious include of i386/i386/math_emu.h from math_emulate.c.
sys/amd64/amd64/trap.c
sys/i386/i386/math_emulate.c
sys/i386/i386/trap.c
sys/kern/subr_trap.c