From 647d591871a5b84dc0a5b16349722565a45f3c53 Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Thu, 26 Mar 2009 17:24:34 +0000 Subject: Remove cpu_wait(). It's original use was to be called from the reaper so MD code would free resources that couldn't be freed until we were no longer running in that processor. However, it's is unused on all architectures since mikeb@'s tss changes on x86 earlier in the year. ok miod@ --- sys/arch/hppa64/hppa64/vm_machdep.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/arch/hppa64') diff --git a/sys/arch/hppa64/hppa64/vm_machdep.c b/sys/arch/hppa64/hppa64/vm_machdep.c index f5d8ab97727..ac7e46e0710 100644 --- a/sys/arch/hppa64/hppa64/vm_machdep.c +++ b/sys/arch/hppa64/hppa64/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.9 2008/09/30 18:54:27 miod Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.10 2009/03/26 17:24:33 oga Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -185,12 +185,6 @@ cpu_exit(p) sched_exit(p); } -void -cpu_wait(p) - struct proc *p; -{ -} - /* * Map an IO request into kernel virtual address space. */ -- cgit v1.2.3