summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2004-01-08 17:14:05 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2004-01-08 17:14:05 +0000
commitee5f012749a57cd910dcfdc7626ecd2b61878b0d (patch)
treee995f9eafe5f829dafc4b4aa928c5ce04a84c2ae /sys/arch/sparc64
parenta9346ae8bb642289baf72d9801fe0116e1482f40 (diff)
gcc3 does not seem to like comments inside comments - zap a couple; ok miod
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/sparc64/locore.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s
index ff059bebaa6..c79b6ca41ed 100644
--- a/sys/arch/sparc64/sparc64/locore.s
+++ b/sys/arch/sparc64/sparc64/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.42 2003/07/24 18:17:50 jason Exp $ */
+/* $OpenBSD: locore.s,v 1.43 2004/01/08 17:14:04 pvalchev Exp $ */
/* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */
/*
@@ -1835,7 +1835,7 @@ winfixfill:
! flushw ! DEBUG
ba,pt %icc, datafault
wrpr %g4, 0, %tnpc
-#else /* 0 /* Need to switch over to new stuff to fix WDR bug */ */
+#else /* 0 - Need to switch over to new stuff to fix WDR bug */
wrpr %g2, %g0, %tl ! Restore trap level
cmp %g2, 3
tne %icc, 1
@@ -1885,7 +1885,7 @@ winfixfill:
saved ! Blow away that one register window we didn't ever use.
ba,a,pt %icc, Ldatafault_internal ! Now we should return directly to user mode
nop
-#endif /* 0 /* Need to switch over to new stuff to fix WDR bug */ */
+#endif /* 0 - Need to switch over to new stuff to fix WDR bug */
winfixspill:
bne,a,pt %xcc, datafault ! Was not a spill -- handle it normally
wrpr %g2, 0, %tl ! Restore trap level for now XXXX