Module Name:    src
Committed By:   simonb
Date:           Sat Jan 13 05:31:29 UTC 2024

Modified Files:
        src/sys/arch/sun3/conf: GENERIC

Log Message:
Revert mistaken "no obmem0" that I added when enabling UFS_DIRHASH.

Thanks tsutsui@ for pointing this out.


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/sys/arch/sun3/conf/GENERIC

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/sun3/conf/GENERIC
diff -u src/sys/arch/sun3/conf/GENERIC:1.190 src/sys/arch/sun3/conf/GENERIC:1.191
--- src/sys/arch/sun3/conf/GENERIC:1.190	Sun Feb 12 14:50:42 2023
+++ src/sys/arch/sun3/conf/GENERIC	Sat Jan 13 05:31:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.190 2023/02/12 14:50:42 abs Exp $
+# $NetBSD: GENERIC,v 1.191 2024/01/13 05:31:29 simonb Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@ include 	"arch/sun3/conf/std.sun3"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.190 $"
+#ident		"GENERIC-$Revision: 1.191 $"
 
 makeoptions	COPTS="-Os -fno-unwind-tables -fno-omit-frame-pointer"
 	# Bootloader has size limit (~2MB). -fno-omit-frame-pointer is
@@ -295,7 +295,5 @@ pseudo-device 	swwdog			# software watch
 # Veriexec
 # include "dev/veriexec.config"
 
-no obmem0 at mainbus?			# XXXXXX
-
 # Pull in optional local configuration - always at end
 cinclude	"arch/sun3/conf/GENERIC.local"

Reply via email to