Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips No more sysmapsize.
details: https://anonhg.NetBSD.org/src/rev/552039057028
branches: trunk
changeset: 338850:552039057028
user: matt <matt%NetBSD.org@localhost>
date: Thu Jun 11 15:48:57 2015 +0000
description:
No more sysmapsize.
diffstat:
sys/arch/mips/mips/mips_machdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r b7e8e5db6c89 -r 552039057028 sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Thu Jun 11 15:43:36 2015 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Thu Jun 11 15:48:57 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.268 2015/06/11 08:22:09 matt Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.269 2015/06/11 15:48:57 matt Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -111,7 +111,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.268 2015/06/11 08:22:09 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.269 2015/06/11 15:48:57 matt Exp $");
#define __INTR_PRIVATE
#include "opt_cputype.h"
@@ -1816,7 +1816,6 @@
cpuhdrp->pg_v = MIPS1_PG_V;
}
cpuhdrp->sysmappa = MIPS_KSEG0_TO_PHYS(Sysmap);
- cpuhdrp->sysmapsize = Sysmapsize;
cpuhdrp->nmemsegs = mem_cluster_cnt;
/*
Home |
Main Index |
Thread Index |
Old Index