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/hp300/include/cpu.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/arch/hp300/include') diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index a524d1cb618..b5d086daec4 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.36 2008/07/18 23:43:31 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.37 2009/03/26 17:24:33 oga Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -58,12 +58,6 @@ */ #include -/* - * definitions of cpu-dependent requirements - * referenced in generic code - */ -#define cpu_wait(p) /* nothing */ - /* * Arguments to hardclock and gatherstats encapsulate the previous * machine state in an opaque clockframe. One the hp300, we use -- cgit v1.2.3