diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-06-05 12:43:31 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-06-05 12:43:31 +0000 |
commit | 7c6e6b37354ce84fff6ac490c8d5d91451f491f4 (patch) | |
tree | b5d909436f65e0f0b62d348552062f4d83c28c85 | |
parent | 2a8b2d83b3e176c80e149a9b0b0f9445a3e3bc73 (diff) |
Argh. forgot this when committing the reaper stuff.
-rw-r--r-- | sys/arch/i386/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index b96549d3b54..f8629354873 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.29 2000/01/29 04:27:48 mickey Exp $ */ +/* $OpenBSD: cpu.h,v 1.30 2000/06/05 12:43:30 art Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -54,7 +54,6 @@ * referenced in generic code */ #define cpu_swapin(p) /* nothing */ -#define cpu_wait(p) /* nothing */ /* * Arguments to hardclock, softclock and statclock |