summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/include/cpu.h')
-rw-r--r--sys/arch/pmax/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/pmax/include/cpu.h b/sys/arch/pmax/include/cpu.h
index 75a88148245..20d24b24b66 100644
--- a/sys/arch/pmax/include/cpu.h
+++ b/sys/arch/pmax/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.8 1998/06/04 03:49:48 jason Exp $ */
+/* $OpenBSD: cpu.h,v 1.9 1998/09/15 10:53:54 pefo Exp $ */
/* $NetBSD: cpu.h,v 1.15 1996/03/23 20:28:19 jonathan Exp $ */
/*-
@@ -72,7 +72,6 @@ extern int cpu_arch;
* referenced in generic code
*/
#define cpu_wait(p) /* nothing */
-#define cpu_set_init_frame(p, fp) /* nothing */
#define cpu_swapout(p) panic("cpu_swapout: can't get here");
/*