From f172bca008ced78b7b12397567091da3b789a2bf Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 5 Dec 2000 21:28:04 +0000 Subject: Patches by Maciej W. Rozycki . --- linuxthreads/sysdeps/mips/pspinlock.c | 3 +-- linuxthreads/sysdeps/mips/pt-machine.h | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'linuxthreads/sysdeps') diff --git a/linuxthreads/sysdeps/mips/pspinlock.c b/linuxthreads/sysdeps/mips/pspinlock.c index caa82e38eb..7df3040bda 100644 --- a/linuxthreads/sysdeps/mips/pspinlock.c +++ b/linuxthreads/sysdeps/mips/pspinlock.c @@ -32,8 +32,7 @@ __pthread_spin_lock (pthread_spinlock_t *lock) unsigned int tmp; asm volatile - (".set mips2\n\t" - "\t\t\t# spin_lock\n\t" + ("\t\t\t# spin_lock\n\t" "1:\n\t" "ll %1,%2\n\t" ".set push\n\t" diff --git a/linuxthreads/sysdeps/mips/pt-machine.h b/linuxthreads/sysdeps/mips/pt-machine.h index 7b4ef61857..16e264017d 100644 --- a/linuxthreads/sysdeps/mips/pt-machine.h +++ b/linuxthreads/sysdeps/mips/pt-machine.h @@ -41,8 +41,7 @@ testandset (int *spinlock) long int ret, temp; __asm__ __volatile__ - (".set mips2\n\t" - "/* Inline spinlock test & set */\n\t" + ("/* Inline spinlock test & set */\n\t" "1:\n\t" "ll %0,%3\n\t" ".set push\n\t" @@ -88,8 +87,7 @@ __compare_and_swap (long int *p, long int oldval, long int newval) long int ret; __asm__ __volatile__ - (".set mips2\n\t" - "/* Inline compare & swap */\n\t" + ("/* Inline compare & swap */\n\t" "1:\n\t" "ll %0,%4\n\t" ".set push\n" -- cgit 1.4.1