diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-01-25 12:52:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-01-25 12:52:52 +0000 |
commit | e87289d63ccdf503e792292c3d7f960c33e31cc9 (patch) | |
tree | 8c90623a9a118b907b321653e3f047b0a3457a66 /sys/arch | |
parent | f2d5b257d4cfe90244adb1fb00159354fc006dc4 (diff) |
cpu_wait() and cpu_swapin() do exist
Diffstat (limited to 'sys/arch')
-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 |