Sync with sys/i386/isa/npx.c revision 1.58.
This commit is contained in:
parent
74a64e52c9
commit
7b0e2080ab
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user