diff options
Diffstat (limited to 'sys/arch/mips64/include/pcb.h')
-rw-r--r-- | sys/arch/mips64/include/pcb.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/mips64/include/pcb.h b/sys/arch/mips64/include/pcb.h index 701ca2ae375..08c32512ecd 100644 --- a/sys/arch/mips64/include/pcb.h +++ b/sys/arch/mips64/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.6 2014/03/22 00:01:04 miod Exp $ */ +/* $OpenBSD: pcb.h,v 1.7 2015/05/05 02:13:47 guenther Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -57,12 +57,4 @@ struct pcb { vaddr_t pcb_wiredpc; /* last tracked pc value within above */ }; -/* - * The pcb is augmented with machine-dependent additional data for - * core dumps. For the MIPS, there is nothing to add. - */ -struct md_coredump { - long md_pad[8]; -}; - #endif /* !_MIPS64_PCB_H_ */ |