Module Name: src Committed By: rin Date: Fri Oct 1 06:07:12 UTC 2021
Modified Files: src/sys/arch/hpcarm/conf: files.sa11x0 Log Message: Comment out hpcarm/spl.S, which was superseded by arm32/spl.S. No functional changes; We had two source files for spl.o, but correct file was chosen by config(1). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hpcarm/conf/files.sa11x0 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/files.sa11x0 diff -u src/sys/arch/hpcarm/conf/files.sa11x0:1.1 src/sys/arch/hpcarm/conf/files.sa11x0:1.2 --- src/sys/arch/hpcarm/conf/files.sa11x0:1.1 Sat Apr 17 13:36:21 2010 +++ src/sys/arch/hpcarm/conf/files.sa11x0 Fri Oct 1 06:07:12 2021 @@ -1,4 +1,4 @@ -# $NetBSD: files.sa11x0,v 1.1 2010/04/17 13:36:21 nonaka Exp $ +# $NetBSD: files.sa11x0,v 1.2 2021/10/01 06:07:12 rin Exp $ # # SA-11x0 model specific configuration info # @@ -6,7 +6,7 @@ # SA-11x0 specific files. #file arch/hpcarm/hpcarm/intr.c file arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c -file arch/hpcarm/hpcarm/spl.S +#file arch/hpcarm/hpcarm/spl.S file arch/arm/arm32/intr.c file arch/arm/arm32/spl.S