Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Add missing delay slot in DEBUG ker...
details: https://anonhg.NetBSD.org/src/rev/3b400f1847b2
branches: trunk
changeset: 801688:3b400f1847b2
user: nakayama <nakayama%NetBSD.org@localhost>
date: Thu Aug 14 04:14:33 2014 +0000
description:
Add missing delay slot in DEBUG kernel.
diffstat:
sys/arch/sparc64/sparc64/locore.s | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 45b458ff5350 -r 3b400f1847b2 sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Wed Aug 13 22:56:56 2014 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Thu Aug 14 04:14:33 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.369 2014/07/30 13:50:33 palle Exp $ */
+/* $NetBSD: locore.s,v 1.370 2014/08/14 04:14:33 nakayama Exp $ */
/*
* Copyright (c) 2006-2010 Matthew R. Green
@@ -4465,6 +4465,7 @@
set 1f, %o0 ! Debug printf
call _C_LABEL(prom_printf)
+ nop
.data
1:
.asciz "Setting trap base...\r\n"
Home |
Main Index |
Thread Index |
Old Index