From f4ce3b660858014b79f1369d61232ac3d8d1bab1 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Fri, 31 Jan 2003 19:17:47 +0000 Subject: stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc. --- lib/libpthread/arch/sparc64/uthread_machdep_asm.S | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'lib/libpthread/arch') 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 . Public domain. */ #include @@ -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) -- cgit v1.2.3