summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-05-05 02:13:48 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-05-05 02:13:48 +0000
commit40b409238afa7889605830c063f16b4d731eaec2 (patch)
tree07026cd7c5b72f5fe0c6ee04fa46812bcb5229c4 /sys/arch/sh/include
parent8b8ca5671214b412eb81645a853cca97bd0c4963 (diff)
emul_native is only used for kernel threads which can't dump core, so
delete coredump_trad(), uvm_coredump(), cpu_coredump(), struct md_coredump, and various #includes that are superfluous. This leaves compat_linux processes without a coredump callback. If that ability is desired, someone should update it to use coredump_elf32() and verify the results... ok kettenis@
Diffstat (limited to 'sys/arch/sh/include')
-rw-r--r--sys/arch/sh/include/pcb.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sh/include/pcb.h b/sys/arch/sh/include/pcb.h
index e6d41940891..9b3262d4e97 100644
--- a/sys/arch/sh/include/pcb.h
+++ b/sys/arch/sh/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.3 2008/06/26 05:42:12 ray Exp $ */
+/* $OpenBSD: pcb.h,v 1.4 2015/05/05 02:13:47 guenther Exp $ */
/* $NetBSD: pcb.h,v 1.7 2002/05/09 12:28:08 uch Exp $ */
/*-
@@ -42,9 +42,6 @@ struct pcb {
struct fpreg pcb_fp; /* fp context for resume */
};
-struct md_coredump {
-};
-
extern struct pcb *curpcb;
#endif /* !_SH_PCB_H_ */