mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
Merged from sys/i386/isa/npx.c revision 1.85.
This commit is contained in:
parent
11f46ebd84
commit
9f9cb5dbb1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66737
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user