diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-01-31 19:17:47 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-01-31 19:17:47 +0000 |
commit | f4ce3b660858014b79f1369d61232ac3d8d1bab1 (patch) | |
tree | 6316646bf1411145df5b63000f06c1a92f913d8f /lib | |
parent | baf0b60d59eb2d2f920035eb3680a2d3edad0ab4 (diff) |
stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/arch/sparc64/uthread_machdep_asm.S | 11 |
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) |