summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/pcb.h')
-rw-r--r--sys/arch/mac68k/include/pcb.h33
1 files changed, 2 insertions, 31 deletions
diff --git a/sys/arch/mac68k/include/pcb.h b/sys/arch/mac68k/include/pcb.h
index c94b5d99c2d..4c1192d3cbe 100644
--- a/sys/arch/mac68k/include/pcb.h
+++ b/sys/arch/mac68k/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.6 2003/06/02 23:27:49 millert Exp $ */
+/* $OpenBSD: pcb.h,v 1.7 2003/10/09 21:48:48 miod Exp $ */
/* $NetBSD: pcb.h,v 1.7 1996/05/05 06:17:51 briggs Exp $ */
/*
@@ -72,34 +72,5 @@
*
* @(#)pcb.h 7.4 (Berkeley) 5/4/91
*/
-#ifndef _MAC68K_PCB_H_
-#define _MAC68K_PCB_H_
-#include <machine/frame.h>
-
-/*
- * mac68k process control block
- */
-struct pcb
-{
- short pcb_flags; /* misc. process flags (+0) */
- short pcb_ps; /* processor status word (+2) */
- int pcb_ustp; /* user segment table pointer (+4) */
- int pcb_usp; /* user stack pointer (+8) */
- int pcb_regs[12]; /* D2-D7, A2-A7 (+C) */
- caddr_t pcb_onfault; /* for copyin/out faults */
- struct fpframe pcb_fpregs; /* 68881/2 context save area */
-};
-
-/* flags */
-
-/*
- * The pcb is augmented with machine-dependent additional data for
- * core dumps. For the m68k, this includes a header that, for the
- * hp300, is used for HP-UX processes' exec header.
- */
-struct md_coredump {
- int md_exec[16]; /* Exec structure for HP-UX (sic) core dumps */
-};
-
-#endif /* _MAC68K_PCB_H_ */
+#include <m68k/pcb.h>