From 41658ee0ee5e6d2b5d001c2336140639fdcbaae1 Mon Sep 17 00:00:00 2001 From: Peter Stromberg Date: Tue, 11 Jun 2002 22:15:13 +0000 Subject: use a correct test, ok art@ --- sys/arch/i386/i386/vm_machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/i386/i386/vm_machdep.c b/sys/arch/i386/i386/vm_machdep.c index f963f1a2402..b9ea3359811 100644 --- a/sys/arch/i386/i386/vm_machdep.c +++ b/sys/arch/i386/i386/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.36 2001/12/08 02:24:06 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.37 2002/06/11 22:15:12 wilfried Exp $ */ /* $NetBSD: vm_machdep.c,v 1.61 1996/05/03 19:42:35 christos Exp $ */ /*- @@ -282,7 +282,7 @@ pagemove(from, to, size) size -= PAGE_SIZE; } #if defined(I386_CPU) - if (cpu_class != CPUCLASS_386) + if (cpu_class == CPUCLASS_386) tlbflush(); #endif } -- cgit v1.2.3