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 Fix a whitespace glitch.
details: https://anonhg.NetBSD.org/src/rev/02e1c3d75f59
branches: trunk
changeset: 495242:02e1c3d75f59
user: mycroft <mycroft%NetBSD.org@localhost>
date: Mon Jul 24 16:08:18 2000 +0000
description:
Fix a whitespace glitch.
diffstat:
sys/arch/sparc64/sparc64/locore.s | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 932eab367b03 -r 02e1c3d75f59 sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Mon Jul 24 15:57:07 2000 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Mon Jul 24 16:08:18 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.87 2000/07/24 15:57:07 mycroft Exp $ */
+/* $NetBSD: locore.s,v 1.88 2000/07/24 16:08:18 mycroft Exp $ */
/*
* Copyright (c) 1996-1999 Eduardo Horvath
* Copyright (c) 1996 Paul Kranenburg
@@ -8523,7 +8523,7 @@
brz,pn %l3, 1f ! Make sure we have an fpstate
mov %l3, %o0
call _C_LABEL(savefpstate) ! Save the old fpstate
- set EINTSTACK-STKB, %l4 ! Are we on intr stack?
+ set EINTSTACK-STKB, %l4 ! Are we on intr stack?
cmp %sp, %l4
bgu,pt %xcc, 1f
set INTSTACK-STKB, %l4
@@ -8822,7 +8822,7 @@
brz,pn %l3, 1f ! Make sure we have an fpstate
mov %l3, %o0
call _C_LABEL(savefpstate) ! Save the old fpstate
- set EINTSTACK-STKB, %l4 ! Are we on intr stack?
+ set EINTSTACK-STKB, %l4 ! Are we on intr stack?
cmp %sp, %l4
bgu,pt %xcc, 1f
set INTSTACK-STKB, %l4
Home |
Main Index |
Thread Index |
Old Index