Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/conf Adapt to recent mips pmap changes
details: https://anonhg.NetBSD.org/src/rev/02314fbf264d
branches: trunk
changeset: 346403:02314fbf264d
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jul 11 19:36:04 2016 +0000
description:
Adapt to recent mips pmap changes
diffstat:
sys/arch/hpcmips/conf/std.hpcmips.vr41 | 5 +++--
sys/arch/hpcmips/conf/std.lcard | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r d46f47f2ba45 -r 02314fbf264d sys/arch/hpcmips/conf/std.hpcmips.vr41
--- a/sys/arch/hpcmips/conf/std.hpcmips.vr41 Mon Jul 11 19:17:55 2016 +0000
+++ b/sys/arch/hpcmips/conf/std.hpcmips.vr41 Mon Jul 11 19:36:04 2016 +0000
@@ -1,11 +1,12 @@
#
-# $NetBSD: std.hpcmips.vr41,v 1.11 2005/12/11 12:17:33 christos Exp $
+# $NetBSD: std.hpcmips.vr41,v 1.12 2016/07/11 19:36:04 skrll Exp $
# VR41XX common configuration.
#
options MIPS3 # R4000/R4400/R4600 CPUs
options MIPS3_4100 # VR4100 core
options VR41XX # NEC VR41xx series
-options MIPS3_NO_PV_UNCACHED
+options PMAP_NO_PV_UNCACHED
+options ENABLE_MIPS_4KB_PAGE
#
# Vr4102, 4111, 4121
diff -r d46f47f2ba45 -r 02314fbf264d sys/arch/hpcmips/conf/std.lcard
--- a/sys/arch/hpcmips/conf/std.lcard Mon Jul 11 19:17:55 2016 +0000
+++ b/sys/arch/hpcmips/conf/std.lcard Mon Jul 11 19:36:04 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.lcard,v 1.8 2011/02/20 07:58:13 matt Exp $
+# $NetBSD: std.lcard,v 1.9 2016/07/11 19:36:04 skrll Exp $
# standard, required hpcmips info
machine hpcmips mips
@@ -12,7 +12,8 @@
options MIPS3_4100 # VR4100 core
makeoptions CPUFLAGS="-mips3" # CPU codegen options
options VR41XX # NEC VR41xx series
-options MIPS3_NO_PV_UNCACHED
+options PMAP_NO_PV_UNCACHED
+options ENABLE_MIPS_4KB_PAGE
options NO_SYMBOLSZ_ENTRY
options VR4181 # NEC VR4181
Home |
Main Index |
Thread Index |
Old Index