diff options
author | 2000-01-25 12:52:51 +0000 | |
---|---|---|
committer | 2000-01-25 12:52:51 +0000 | |
commit | 9535b3d15f265444748b02e99f661a746d34b996 (patch) | |
tree | 97ba48bd5701489f79778af749809044917c7e0e | |
parent | Sync with current version (just the file renamed). (diff) | |
download | wireguard-openbsd-9535b3d15f265444748b02e99f661a746d34b996.tar.xz wireguard-openbsd-9535b3d15f265444748b02e99f661a746d34b996.zip |
cpu_wait() and cpu_swapin() do exist
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index 096956d92e8..31ddceb1154 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.11 1999/09/18 20:02:42 mickey Exp $ */ +/* $OpenBSD: cpu.h,v 1.12 2000/01/25 12:52:51 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -75,10 +75,6 @@ int copy_on_fault __P((void)); void child_return __P((struct proc *p)); void switch_trampoline __P((void)); void switch_exit __P((struct proc *p)); -#define cpu_wait(p) /* so, nobody uses it nomore */ -#if 0 -#define cpu_swapin(p) /* nothing */ -#endif int cpu_dumpsize __P((void)); int cpu_dump __P((void)); #endif |