Sync with sys/i386/isa/npx.c revision 1.58.

This commit is contained in:
KATO Takenori 1998-04-07 09:09:41 +00:00
parent 74a64e52c9
commit 7b0e2080ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35094

View file

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.32 1998/02/15 11:19:15 kato Exp $
* $Id: npx.c,v 1.33 1998/03/09 10:17:13 kato Exp $
*/
#include "npx.h"
@ -153,10 +153,6 @@ SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint,
static u_int npx0_imask = SWI_CLOCK_MASK;
#ifndef SMP /* XXX per-cpu on smp */
struct proc *npxproc;
#endif
static bool_t npx_ex16;
static bool_t npx_exists;
static struct gate_descriptor npx_idt_probeintr;