Module Name:    src
Committed By:   rin
Date:           Sat Jun 26 09:11:31 UTC 2021

Modified Files:
        src/sys/arch/hpcarm/conf: std.hpcarm
        src/sys/arch/hpcmips/conf: std.hpcmips

Log Message:
Set VMSWAP_DEFAULT_PLAINTEXT for hpcarm and hpcmips, that suffer from
slow CPU as well as memory shortage.

For hpcsh, this option is already enabled by std.sh3.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hpcarm/conf/std.hpcarm
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hpcmips/conf/std.hpcmips

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/hpcarm/conf/std.hpcarm
diff -u src/sys/arch/hpcarm/conf/std.hpcarm:1.8 src/sys/arch/hpcarm/conf/std.hpcarm:1.9
--- src/sys/arch/hpcarm/conf/std.hpcarm:1.8	Sun Jan 27 12:37:12 2008
+++ src/sys/arch/hpcarm/conf/std.hpcarm	Sat Jun 26 09:11:31 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: std.hpcarm,v 1.8 2008/01/27 12:37:12 chris Exp $
+#	$NetBSD: std.hpcarm,v 1.9 2021/06/26 09:11:31 rin Exp $
 #
 # standard NetBSD/hpcarm options
 
@@ -12,3 +12,6 @@ options 	EXEC_SCRIPT
 
 # To support easy transit to ../arch/arm/arm32
 options 	ARM32
+
+options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
+						# default (slow cpu)

Index: src/sys/arch/hpcmips/conf/std.hpcmips
diff -u src/sys/arch/hpcmips/conf/std.hpcmips:1.20 src/sys/arch/hpcmips/conf/std.hpcmips:1.21
--- src/sys/arch/hpcmips/conf/std.hpcmips:1.20	Sun Feb 20 07:58:13 2011
+++ src/sys/arch/hpcmips/conf/std.hpcmips	Sat Jun 26 09:11:31 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: std.hpcmips,v 1.20 2011/02/20 07:58:13 matt Exp $
+#	$NetBSD: std.hpcmips,v 1.21 2021/06/26 09:11:31 rin Exp $
 # standard, required hpcmips info
 
 machine hpcmips mips
@@ -17,3 +17,6 @@ options 	EXEC_SCRIPT		# may be unsafe
 
 makeoptions	DEFTEXTADDR="0x80001000"
 makeoptions	DEFCOPTS="-Os -mmemcpy"
+
+options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
+						# default (slow cpu)

Reply via email to