Moved the declaration of another non-SMP variable into the non-SMP section.

This commit is contained in:
Bruce Evans 1998-12-14 19:16:17 +00:00
parent 85f118c801
commit 407e5f394f
3 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.62 1998/10/22 05:58:40 bde Exp $
* $Id: npx.c,v 1.63 1998/12/07 21:58:22 archie Exp $
*/
#include "npx.h"
@ -149,13 +149,13 @@ SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint,
#ifndef SMP
static u_int npx0_imask = SWI_CLOCK_MASK;
static struct gate_descriptor npx_idt_probeintr;
static int npx_intrno;
static volatile u_int npx_intrs_while_probing;
static volatile u_int npx_traps_while_probing;
#endif
static bool_t npx_ex16;
static bool_t npx_exists;
static int npx_intrno;
static bool_t npx_irq13;
#ifndef SMP

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.62 1998/10/22 05:58:40 bde Exp $
* $Id: npx.c,v 1.63 1998/12/07 21:58:22 archie Exp $
*/
#include "npx.h"
@ -149,13 +149,13 @@ SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint,
#ifndef SMP
static u_int npx0_imask = SWI_CLOCK_MASK;
static struct gate_descriptor npx_idt_probeintr;
static int npx_intrno;
static volatile u_int npx_intrs_while_probing;
static volatile u_int npx_traps_while_probing;
#endif
static bool_t npx_ex16;
static bool_t npx_exists;
static int npx_intrno;
static bool_t npx_irq13;
#ifndef SMP

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.62 1998/10/22 05:58:40 bde Exp $
* $Id: npx.c,v 1.63 1998/12/07 21:58:22 archie Exp $
*/
#include "npx.h"
@ -149,13 +149,13 @@ SYSCTL_INT(_hw,HW_FLOATINGPT, floatingpoint,
#ifndef SMP
static u_int npx0_imask = SWI_CLOCK_MASK;
static struct gate_descriptor npx_idt_probeintr;
static int npx_intrno;
static volatile u_int npx_intrs_while_probing;
static volatile u_int npx_traps_while_probing;
#endif
static bool_t npx_ex16;
static bool_t npx_exists;
static int npx_intrno;
static bool_t npx_irq13;
#ifndef SMP