Module Name:    src
Committed By:   matt
Date:           Fri Jun 12 16:28:39 UTC 2015

Modified Files:
        src/sys/arch/mips/include: kcore.h

Log Message:
Add back sysmapsize


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/include/kcore.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/mips/include/kcore.h
diff -u src/sys/arch/mips/include/kcore.h:1.2 src/sys/arch/mips/include/kcore.h:1.3
--- src/sys/arch/mips/include/kcore.h:1.2	Thu Jun 11 15:36:26 2015
+++ src/sys/arch/mips/include/kcore.h	Fri Jun 12 16:28:39 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: kcore.h,v 1.2 2015/06/11 15:36:26 matt Exp $	*/
+/*	$NetBSD: kcore.h,v 1.3 2015/06/12 16:28:39 matt Exp $	*/
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -37,6 +37,7 @@
 
 typedef struct cpu_kcore_hdr {
 	uint64_t	sysmappa;		/* PA of Sysmap */
+	uint32_t	sysmapsize;		/* size of Sysmap */
 	uint32_t	archlevel;		/* MIPS architecture level */
 	uint32_t	pg_shift;		/* PTE page frame num shift */
 	uint32_t	pg_frame;		/* PTE page frame num mask */

Reply via email to