From d0ba28a350b4bad5a4259dc0b1d0785d03c72913 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Sat, 5 May 2001 23:25:56 +0000 Subject: PMAP_NEW and UVM are no longer optional on i386. --- sys/arch/i386/isa/npx.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/arch/i386/isa/npx.c') 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 #include -#if defined(UVM) #include #include -#endif #include #include @@ -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) { -- cgit v1.2.3