diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-07-24 16:08:18 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-07-24 16:08:18 +0000 |
| commit | fe9795a1e55d425a100b60eb778cf50188d2e76e (patch) | |
| tree | 4613740e8d43601677bef583356f6e2173d03b20 /sys | |
| parent | a0ae8e1ecb2bd1ae3d01389e0c1125ace9e1ab82 (diff) | |
Fix a whitespace glitch.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index 9b8f5e94743..c20ebd0f0ff 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -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 @@ ENTRY(pmap_zero_page) 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 @@ ENTRY(pmap_copy_page) 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 |
