summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-07-20 22:39:01 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-07-20 22:39:01 +0000
commit99c9e1a31888d6eee0f801eaccaa5d918ed956b2 (patch)
tree756fead97049e16eb10dcfe4abf931396c5574d8 /sys
parente2424f511c3a88e171fb0fd2d94fefcc269f0c5b (diff)
unconfuse indentation.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/sparc64/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s
index fb85bc62be5..db0c3617140 100644
--- a/sys/arch/sparc64/sparc64/locore.s
+++ b/sys/arch/sparc64/sparc64/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.20 2002/07/20 22:30:35 art Exp $ */
+/* $OpenBSD: locore.s,v 1.21 2002/07/20 22:39:00 art Exp $ */
/* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */
/*
@@ -3375,7 +3375,7 @@ slowtrap:
#ifdef DIAGNOSTIC
/* Make sure kernel stack is aligned */
btst 0x03, %sp ! 32-bit stack OK?
- and %sp, 0x07, %g4 ! 64-bit stack OK?
+ and %sp, 0x07, %g4 ! 64-bit stack OK?
bz,pt %icc, 1f
cmp %g4, 0x1 ! Must end in 0b001
be,pt %icc, 1f