Module Name:    src
Committed By:   skrll
Date:           Mon Jul 11 19:36:04 UTC 2016

Modified Files:
        src/sys/arch/hpcmips/conf: std.hpcmips.vr41 std.lcard

Log Message:
Adapt to recent mips pmap changes


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hpcmips/conf/std.hpcmips.vr41
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hpcmips/conf/std.lcard

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/hpcmips/conf/std.hpcmips.vr41
diff -u src/sys/arch/hpcmips/conf/std.hpcmips.vr41:1.11 src/sys/arch/hpcmips/conf/std.hpcmips.vr41:1.12
--- src/sys/arch/hpcmips/conf/std.hpcmips.vr41:1.11	Sun Dec 11 12:17:33 2005
+++ src/sys/arch/hpcmips/conf/std.hpcmips.vr41	Mon Jul 11 19:36:04 2016
@@ -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

Index: src/sys/arch/hpcmips/conf/std.lcard
diff -u src/sys/arch/hpcmips/conf/std.lcard:1.8 src/sys/arch/hpcmips/conf/std.lcard:1.9
--- src/sys/arch/hpcmips/conf/std.lcard:1.8	Sun Feb 20 07:58:13 2011
+++ src/sys/arch/hpcmips/conf/std.lcard	Mon Jul 11 19:36:04 2016
@@ -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			# R4000/R4400/R4600 CPU
 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

Reply via email to