summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2003-01-31 19:17:46 +0000
committerjason <jason@openbsd.org>2003-01-31 19:17:46 +0000
commit15f4df9e2419fd0dd1b62ab5b51527aea874ceaf (patch)
tree495e9ecdf1ab0941855ec0909ce1ef1f1015a081 /lib/libpthread
parentSend a RST when an invalid packet matches a TCP state during the (diff)
downloadwireguard-openbsd-15f4df9e2419fd0dd1b62ab5b51527aea874ceaf.tar.xz
wireguard-openbsd-15f4df9e2419fd0dd1b62ab5b51527aea874ceaf.zip
stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/arch/sparc64/uthread_machdep_asm.S11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libpthread/arch/sparc64/uthread_machdep_asm.S b/lib/libpthread/arch/sparc64/uthread_machdep_asm.S
index a996dfc7a03..965485d02ba 100644
--- a/lib/libpthread/arch/sparc64/uthread_machdep_asm.S
+++ b/lib/libpthread/arch/sparc64/uthread_machdep_asm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_machdep_asm.S,v 1.6 2003/01/24 21:30:15 jason Exp $ */
+/* $OpenBSD: uthread_machdep_asm.S,v 1.7 2003/01/31 19:17:46 jason Exp $ */
/* David Leonard <d@csee.uq.edu.au>. Public domain. */
#include <machine/asm.h>
@@ -8,15 +8,6 @@
/*
* Switch stacks.
* On sparc this also means we switch register windows.
- */
-
-#ifdef __sparcv9__
-#define flushw .word 0x81580000
-#else
-#define flushw t T_FLUSHWIN
-#endif
-
-/*
* void _thread_machdep_switch(long newstate[2], long savestate[2], int flags);
*/
ENTRY(_thread_machdep_switch)