diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-26 17:24:34 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-26 17:24:34 +0000 |
commit | 647d591871a5b84dc0a5b16349722565a45f3c53 (patch) | |
tree | e8b665217ed33e4929355cfc8114dcf8d40ce4a5 /sys/arch/alpha | |
parent | 5c8ed6b1ba929d643628032d6d808b6c915a7833 (diff) |
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@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index 4b0c16725fb..3c6a8a0b6c8 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.37 2009/03/15 11:26:37 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.38 2009/03/26 17:24:32 oga Exp $ */ /* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */ /*- @@ -250,7 +250,6 @@ extern struct cpu_info cpu_info_store; * definitions of cpu-dependent requirements * referenced in generic code */ -#define cpu_wait(p) /* nothing */ #define cpu_number() alpha_pal_whami() /* |