summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1998-09-15 10:53:56 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1998-09-15 10:53:56 +0000
commit84e4f39da42d6960834a60df1a8b384d35b0f388 (patch)
treefa0673bd8c760a9945900b273d0ddaeb89c2e7b7 /sys/arch/pmax/include
parent8811594d2793d27a5f0997ba7f687030b6910809 (diff)
Real trapframe and no more __FORK_BRAINDAMAGE
Diffstat (limited to 'sys/arch/pmax/include')
-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");
/*