Module Name:    src
Committed By:   matt
Date:           Tue Dec 27 06:54:29 UTC 2011

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: kcore.h

Log Message:
Add pg_size to the cpu_kcore_hdr_t as well support for ksegx.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.174.1 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.1 src/sys/arch/mips/include/kcore.h:1.1.174.1
--- src/sys/arch/mips/include/kcore.h:1.1	Thu Feb 19 23:06:11 1998
+++ src/sys/arch/mips/include/kcore.h	Tue Dec 27 06:54:28 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: kcore.h,v 1.1 1998/02/19 23:06:11 thorpej Exp $	*/
+/*	$NetBSD: kcore.h,v 1.1.174.1 2011/12/27 06:54:28 matt Exp $	*/
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -43,6 +43,10 @@ typedef struct cpu_kcore_hdr {
 	u_int32_t	pg_frame;		/* PTE page frame num mask */
 	u_int32_t	pg_v;			/* PTE valid bit */
 	u_int32_t	nmemsegs;		/* Number of RAM segments */
+	u_int32_t	pg_size;		/* s/w page size */
+	u_int32_t	ksegx_pfn;		/* starting pfn of ksegx */
+	u_int32_t	ksegx_va;		/* starting va of ksegx */
+	u_int32_t	ksegx_size;		/* size of ksegx */
 #if 0
 	phys_ram_seg_t  memsegs[];		/* RAM segments */
 #endif

Reply via email to