Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcarm/conf Comment out hpcarm/spl.S, which was sup...



details:   https://anonhg.NetBSD.org/src/rev/c9070e9e09a0
branches:  trunk
changeset: 987538:c9070e9e09a0
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Oct 01 06:07:12 2021 +0000

description:
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).

diffstat:

 sys/arch/hpcarm/conf/files.sa11x0 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e502fd7a9241 -r c9070e9e09a0 sys/arch/hpcarm/conf/files.sa11x0
--- a/sys/arch/hpcarm/conf/files.sa11x0 Thu Sep 30 22:45:34 2021 +0000
+++ b/sys/arch/hpcarm/conf/files.sa11x0 Fri Oct 01 06:07:12 2021 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index