summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2013-06-13 20:03:59 +0000
committerkettenis <kettenis@openbsd.org>2013-06-13 20:03:59 +0000
commit84a049df3e4e7542b5f79a4ff355cfe63fb973d4 (patch)
treee3f0acc54856a58f8300dc4be607e6fb002c91ac
parent- fix devboot() to properly retrieve octcf0a and add a comment for later (diff)
downloadwireguard-openbsd-84a049df3e4e7542b5f79a4ff355cfe63fb973d4.tar.xz
wireguard-openbsd-84a049df3e4e7542b5f79a4ff355cfe63fb973d4.zip
Remove a remnant of the VIS optimized bcopy code that was hiding in a delay
slot.
-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 820ca6311ac..bd8492f27cc 100644
--- a/sys/arch/sparc64/sparc64/locore.s
+++ b/sys/arch/sparc64/sparc64/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.173 2013/06/13 19:33:04 kettenis Exp $ */
+/* $OpenBSD: locore.s,v 1.174 2013/06/13 20:03:59 kettenis Exp $ */
/* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */
/*
@@ -6448,7 +6448,7 @@ ENTRY(bcopy) /* src, dest, size */
cmp %o2, BCOPY_SMALL
Lbcopy_start:
bge,pt %xcc, 2f ! if >= this many, go be fancy.
- cmp %o2, 256
+ nop
mov %o1, %o5 ! Save memcpy return value
/*