Merged from sys/i386/isa/npx.c revision 1.85.

This commit is contained in:
KATO Takenori 2000-10-06 11:51:20 +00:00
parent 11f46ebd84
commit 9f9cb5dbb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66737

View File

@ -143,7 +143,7 @@ SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint,
"Floatingpoint instructions executed in hardware");
#ifndef SMP
static u_int npx0_imask = SWI_LOW_MASK;
static u_int npx0_imask = 0;
static struct gate_descriptor npx_idt_probeintr;
static int npx_intrno;
static volatile u_int npx_intrs_while_probing;