diff options
Diffstat (limited to 'sys/arch/alpha/include/pcb.h')
-rw-r--r-- | sys/arch/alpha/include/pcb.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/arch/alpha/include/pcb.h b/sys/arch/alpha/include/pcb.h index 6b5528852f2..97fa2d77b09 100644 --- a/sys/arch/alpha/include/pcb.h +++ b/sys/arch/alpha/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.10 2014/03/29 18:09:28 guenther Exp $ */ +/* $OpenBSD: pcb.h,v 1.11 2015/05/05 02:13:46 guenther Exp $ */ /* $NetBSD: pcb.h,v 1.5 1996/11/13 22:21:00 cgd Exp $ */ /* @@ -57,16 +57,6 @@ struct pcb { struct cpu_info *volatile pcb_fpcpu; /* CPU with our FP state[SW] */ }; -/* - * The pcb is augmented with machine-dependent additional data for - * core dumps. For the Alpha, that's a trap frame and the floating - * point registers. - */ -struct md_coredump { - struct trapframe md_tf; - struct fpreg md_fpstate; -}; - #ifdef _KERNEL void savectx(struct pcb *); #endif |