From 93464a5bb604a1cdd00a71845d69e3c6ab772286 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 23 Jun 2006 13:46:06 +0000 Subject: consistantly count context switches on exit; miod@ ok --- sys/arch/amd64/amd64/vm_machdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/vm_machdep.c b/sys/arch/amd64/amd64/vm_machdep.c index 70c0291cf11..9f5e0b4c19f 100644 --- a/sys/arch/amd64/amd64/vm_machdep.c +++ b/sys/arch/amd64/amd64/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.6 2005/12/13 00:18:19 jsg Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.7 2006/06/23 13:46:05 mickey Exp $ */ /* $NetBSD: vm_machdep.c,v 1.1 2003/04/26 18:39:33 fvdl Exp $ */ /*- @@ -190,7 +190,6 @@ cpu_exit(struct proc *p) * pmap_destroy(). */ - uvmexp.swtch++; switch_exit(p, exit2); } -- cgit v1.2.3