diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/amd64/fpu.c | 4 | ||||
-rw-r--r-- | sys/amd64/isa/npx.c | 4 | ||||
-rw-r--r-- | sys/i386/isa/npx.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index d071f26..1adce1a 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.11 1994/09/09 23:12:32 wollman Exp $ + * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $ */ #include "npx.h" @@ -104,7 +104,7 @@ struct isa_driver npxdriver = { npxprobe, npxattach, "npx", }; -u_int npx0_imask; +u_int npx0_imask = SWI_CLOCK_MASK; struct proc *npxproc; static bool_t npx_ex16; diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c index d071f26..1adce1a 100644 --- a/sys/amd64/isa/npx.c +++ b/sys/amd64/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.11 1994/09/09 23:12:32 wollman Exp $ + * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $ */ #include "npx.h" @@ -104,7 +104,7 @@ struct isa_driver npxdriver = { npxprobe, npxattach, "npx", }; -u_int npx0_imask; +u_int npx0_imask = SWI_CLOCK_MASK; struct proc *npxproc; static bool_t npx_ex16; diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index d071f26..1adce1a 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.11 1994/09/09 23:12:32 wollman Exp $ + * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $ */ #include "npx.h" @@ -104,7 +104,7 @@ struct isa_driver npxdriver = { npxprobe, npxattach, "npx", }; -u_int npx0_imask; +u_int npx0_imask = SWI_CLOCK_MASK; struct proc *npxproc; static bool_t npx_ex16; |