Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Fix probably a typo.
details: https://anonhg.NetBSD.org/src/rev/446dc01761a5
branches: trunk
changeset: 344380:446dc01761a5
user: nakayama <nakayama%NetBSD.org@localhost>
date: Fri Mar 25 14:58:53 2016 +0000
description:
Fix probably a typo.
diffstat:
sys/arch/sparc64/conf/kern32.ldscript | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a33ade0fce4c -r 446dc01761a5 sys/arch/sparc64/conf/kern32.ldscript
--- a/sys/arch/sparc64/conf/kern32.ldscript Fri Mar 25 10:14:43 2016 +0000
+++ b/sys/arch/sparc64/conf/kern32.ldscript Fri Mar 25 14:58:53 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern32.ldscript,v 1.16 2015/08/25 02:59:00 uebayasi Exp $ */
+/* $NetBSD: kern32.ldscript,v 1.17 2016/03/25 14:58:53 nakayama Exp $ */
#undef sparc
@@ -42,7 +42,7 @@
}
.data1 : { *(.data1) }
. = ALIGN(64); /* COHERENCY_UNIT */
- .data.cacheline_aligned : { *(.data_cacheline_aligned) }
+ .data.cacheline_aligned : { *(.data.cacheline_aligned) }
. = ALIGN(64); /* COHERENCY_UNIT */
.data.read_mostly : { *(.data.read_mostly) }
. = ALIGN(64); /* COHERENCY_UNIT */
Home |
Main Index |
Thread Index |
Old Index