Module Name:    src
Committed By:   dsl
Date:           Sun Jan 19 10:30:19 UTC 2014

Modified Files:
        src/sys/arch/amd64/include: pcb.h
        src/sys/arch/i386/include: pcb.h

Log Message:
Remove the unused 'struct md_coredump'.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/amd64/include/pcb.h
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/i386/include/pcb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/pcb.h
diff -u src/sys/arch/amd64/include/pcb.h:1.21 src/sys/arch/amd64/include/pcb.h:1.22
--- src/sys/arch/amd64/include/pcb.h:1.21	Wed Dec 11 22:06:51 2013
+++ src/sys/arch/amd64/include/pcb.h	Sun Jan 19 10:30:19 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcb.h,v 1.21 2013/12/11 22:06:51 dsl Exp $	*/
+/*	$NetBSD: pcb.h,v 1.22 2014/01/19 10:30:19 dsl Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -102,14 +102,6 @@ struct pcb {
 	int pcb_iopl;
 };
 
-/*    
- * The pcb is augmented with machine-dependent additional data for 
- * core dumps. For the i386, there is nothing to add.
- */     
-struct md_coredump {
-	long	md_pad[8];
-};    
-
 #else	/*	__x86_64__	*/
 
 #include <i386/pcb.h>

Index: src/sys/arch/i386/include/pcb.h
diff -u src/sys/arch/i386/include/pcb.h:1.50 src/sys/arch/i386/include/pcb.h:1.51
--- src/sys/arch/i386/include/pcb.h:1.50	Sun Dec  1 01:05:16 2013
+++ src/sys/arch/i386/include/pcb.h	Sun Jan 19 10:30:19 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcb.h,v 1.50 2013/12/01 01:05:16 christos Exp $	*/
+/*	$NetBSD: pcb.h,v 1.51 2014/01/19 10:30:19 dsl Exp $	*/
 
 /*-
  * Copyright (c) 1998, 2009 The NetBSD Foundation, Inc.
@@ -104,12 +104,4 @@ struct pcb {
 	char	*pcb_iomap;		/* I/O permission bitmap */
 };
 
-/*    
- * The pcb is augmented with machine-dependent additional data for 
- * core dumps. For the i386, there is nothing to add.
- */     
-struct md_coredump {
-	long	md_pad[8];
-};    
-
 #endif /* _I386_PCB_H_ */

Reply via email to