Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Remove the unused 'struct md_coredump'.
details: https://anonhg.NetBSD.org/src/rev/457f10c788c8
branches: trunk
changeset: 326120:457f10c788c8
user: dsl <dsl%NetBSD.org@localhost>
date: Sun Jan 19 10:30:19 2014 +0000
description:
Remove the unused 'struct md_coredump'.
diffstat:
sys/arch/amd64/include/pcb.h | 10 +---------
sys/arch/i386/include/pcb.h | 10 +---------
2 files changed, 2 insertions(+), 18 deletions(-)
diffs (46 lines):
diff -r bd33a1cc97b3 -r 457f10c788c8 sys/arch/amd64/include/pcb.h
--- a/sys/arch/amd64/include/pcb.h Sun Jan 19 10:23:29 2014 +0000
+++ b/sys/arch/amd64/include/pcb.h Sun Jan 19 10:30:19 2014 +0000
@@ -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 @@
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>
diff -r bd33a1cc97b3 -r 457f10c788c8 sys/arch/i386/include/pcb.h
--- a/sys/arch/i386/include/pcb.h Sun Jan 19 10:23:29 2014 +0000
+++ b/sys/arch/i386/include/pcb.h Sun Jan 19 10:30:19 2014 +0000
@@ -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 @@
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_ */
Home |
Main Index |
Thread Index |
Old Index