Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Add back sysmapsize



details:   https://anonhg.NetBSD.org/src/rev/433615d4a867
branches:  trunk
changeset: 338859:433615d4a867
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 12 16:28:39 2015 +0000

description:
Add back sysmapsize

diffstat:

 sys/arch/mips/include/kcore.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6a4db4150df0 -r 433615d4a867 sys/arch/mips/include/kcore.h
--- a/sys/arch/mips/include/kcore.h     Fri Jun 12 11:54:39 2015 +0000
+++ b/sys/arch/mips/include/kcore.h     Fri Jun 12 16:28:39 2015 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index