summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/npx.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-05-05 23:25:56 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-05-05 23:25:56 +0000
commitd0ba28a350b4bad5a4259dc0b1d0785d03c72913 (patch)
treea6e6090bb14d5c9c450c970e036808b5038fec1a /sys/arch/i386/isa/npx.c
parentd6caa78e2b3bfe6943a022d56e396604cf4f8a65 (diff)
PMAP_NEW and UVM are no longer optional on i386.
Diffstat (limited to 'sys/arch/i386/isa/npx.c')
-rw-r--r--sys/arch/i386/isa/npx.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/i386/isa/npx.c b/sys/arch/i386/isa/npx.c
index 2a267fa63c2..73f7833686f 100644
--- a/sys/arch/i386/isa/npx.c
+++ b/sys/arch/i386/isa/npx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: npx.c,v 1.18 2001/04/09 07:14:16 tholo Exp $ */
+/* $OpenBSD: npx.c,v 1.19 2001/05/05 23:25:51 art Exp $ */
/* $NetBSD: npx.c,v 1.57 1996/05/12 23:12:24 mycroft Exp $ */
#if 0
@@ -54,10 +54,8 @@
#include <sys/ioctl.h>
#include <sys/device.h>
-#if defined(UVM)
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
-#endif
#include <machine/cpu.h>
#include <machine/intr.h>
@@ -392,11 +390,7 @@ npxintr(arg)
int code;
union sigval sv;
-#if defined(UVM)
uvmexp.traps++;
-#else
- cnt.v_trap++;
-#endif
iprintf(("Intr"));
if (p == 0 || npx_type == NPX_NONE) {