diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-03-23 02:29:37 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-03-23 02:29:37 +0000 |
commit | 227fa1e78b09dcd6b31c956e6bcf76ca3e00a4e2 (patch) | |
tree | 5ff829f92ad371b5c6a32500e0c594c6162ceec2 | |
parent | 0b992c026aad07f04bcbdb76f548adfa251a455d (diff) |
Extra parentheses in comments.
From Alexey Dobriyan.
OK miod@ and otto@
-rw-r--r-- | sys/arch/solbourne/solbourne/locore.s | 6 | ||||
-rw-r--r-- | sys/arch/sparc/sparc/locore.s | 6 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/solbourne/solbourne/locore.s b/sys/arch/solbourne/solbourne/locore.s index 8d7b45de8fa..d3452ac4caa 100644 --- a/sys/arch/solbourne/solbourne/locore.s +++ b/sys/arch/solbourne/solbourne/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.6 2006/03/04 15:59:06 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.7 2006/03/23 02:29:35 ray Exp $ */ /* OpenBSD: locore.s,v 1.64 2005/04/17 18:47:50 miod Exp */ /* @@ -3971,7 +3971,7 @@ Lbcopy_doubles: btst 7, %o2 ! if ((len & 7) == 0) be Lbcopy_done ! goto bcopy_done; - btst 4, %o2 ! if ((len & 4)) == 0) + btst 4, %o2 ! if ((len & 4) == 0) be,a Lbcopy_mopw ! goto mop_up_word_and_byte; btst 2, %o2 ! [delay slot: if (len & 2)] ld [%o0], %o4 ! *(int *)dst = *(int *)src; @@ -4312,7 +4312,7 @@ Lkcopy_doubles2: btst 7, %o2 ! if ((len & 7) == 0) be Lkcopy_done ! goto bcopy_done; - btst 4, %o2 ! if ((len & 4)) == 0) + btst 4, %o2 ! if ((len & 4) == 0) be,a Lkcopy_mopw ! goto mop_up_word_and_byte; btst 2, %o2 ! [delay slot: if (len & 2)] ld [%o0], %o4 ! *(int *)dst = *(int *)src; diff --git a/sys/arch/sparc/sparc/locore.s b/sys/arch/sparc/sparc/locore.s index 608df184f79..47907a9ca27 100644 --- a/sys/arch/sparc/sparc/locore.s +++ b/sys/arch/sparc/sparc/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.68 2006/02/22 22:17:07 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.69 2006/03/23 02:29:36 ray Exp $ */ /* $NetBSD: locore.s,v 1.73 1997/09/13 20:36:48 pk Exp $ */ /* @@ -5097,7 +5097,7 @@ Lbcopy_doubles: btst 7, %o2 ! if ((len & 7) == 0) be Lbcopy_done ! goto bcopy_done; - btst 4, %o2 ! if ((len & 4)) == 0) + btst 4, %o2 ! if ((len & 4) == 0) be,a Lbcopy_mopw ! goto mop_up_word_and_byte; btst 2, %o2 ! [delay slot: if (len & 2)] ld [%o0], %o4 ! *(int *)dst = *(int *)src; @@ -5438,7 +5438,7 @@ Lkcopy_doubles2: btst 7, %o2 ! if ((len & 7) == 0) be Lkcopy_done ! goto bcopy_done; - btst 4, %o2 ! if ((len & 4)) == 0) + btst 4, %o2 ! if ((len & 4) == 0) be,a Lkcopy_mopw ! goto mop_up_word_and_byte; btst 2, %o2 ! [delay slot: if (len & 2)] ld [%o0], %o4 ! *(int *)dst = *(int *)src; diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index fb4ab3bcc07..dd73acdd3d8 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.54 2006/02/22 22:17:07 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.55 2006/03/23 02:29:36 ray Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -5358,7 +5358,7 @@ Lcopyin_doubles: btst 7, %o2 ! if ((len & 7) == 0) be Lcopyin_done ! goto copyin_done; - btst 4, %o2 ! if ((len & 4)) == 0) + btst 4, %o2 ! if ((len & 4) == 0) be,a Lcopyin_mopw ! goto mop_up_word_and_byte; btst 2, %o2 ! [delay slot: if (len & 2)] lduwa [%o0] %asi, %o4 ! *(int *)dst = *(int *)src; @@ -5554,7 +5554,7 @@ Lcopyout_doubles: btst 7, %o2 ! if ((len & 7) == 0) be Lcopyout_done ! goto copyout_done; - btst 4, %o2 ! if ((len & 4)) == 0) + btst 4, %o2 ! if ((len & 4) == 0) be,a Lcopyout_mopw ! goto mop_up_word_and_byte; btst 2, %o2 ! [delay slot: if (len & 2)] lduw [%o0], %o4 ! *(int *)dst = *(int *)src; @@ -8686,7 +8686,7 @@ Lkcopy_doubles: btst 7, %o2 ! if ((len & 7) == 0) be Lkcopy_done ! goto kcopy_done; - btst 4, %o2 ! if ((len & 4)) == 0) + btst 4, %o2 ! if ((len & 4) == 0) be,a Lkcopy_mopw ! goto mop_up_word_and_byte; btst 2, %o2 ! [delay slot: if (len & 2)] ld [%o0], %o4 ! *(int *)dst = *(int *)src; |