diff options
author | 2000-06-05 12:43:30 +0000 | |
---|---|---|
committer | 2000-06-05 12:43:30 +0000 | |
commit | 30e7439c22104251a460f996cc8831d0a58624ea (patch) | |
tree | 0084efaf31ec33b7e87f940e4bc8ac6bd7d87fa7 | |
parent | sync (diff) | |
download | wireguard-openbsd-30e7439c22104251a460f996cc8831d0a58624ea.tar.xz wireguard-openbsd-30e7439c22104251a460f996cc8831d0a58624ea.zip |
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 |