From a5d1d726704c6e3c4f8457e30cbd3d2840531ee5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Oct 1998 11:04:04 +0000 Subject: Update. 1998-10-09 Ulrich Drepper * sysdeps/i386/i686/pt-machine.h: Remove unused inline definitions. --- linuxthreads/sysdeps/i386/i686/pt-machine.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'linuxthreads/sysdeps/i386') diff --git a/linuxthreads/sysdeps/i386/i686/pt-machine.h b/linuxthreads/sysdeps/i386/i686/pt-machine.h index d01e6cf368..8c2d794a8c 100644 --- a/linuxthreads/sysdeps/i386/i686/pt-machine.h +++ b/linuxthreads/sysdeps/i386/i686/pt-machine.h @@ -58,21 +58,5 @@ __compare_and_swap (long int *p, long int oldval, long int newval) } -extern inline int -get_eflags (void) -{ - int res; - __asm__ __volatile__ ("pushfl; popl %0" : "=r" (res) : ); - return res; -} - - -extern inline void -set_eflags (int newflags) -{ - __asm__ __volatile__ ("pushl %0; popfl" : : "r" (newflags) : "cc"); -} - - /* Use the LDT implementation only if the kernel is fixed. */ //#include "../useldt.h" -- cgit v1.2.3-70-g09d2