From 094168eea88feb1b86ba40b08a1abd0120502a38 Mon Sep 17 00:00:00 2001 From: davidxu Date: Wed, 27 Apr 2005 01:29:03 +0000 Subject: Remove COMPAT_32BIT, it is no longer needed. --- lib/libthr/arch/i386/include/pthread_md.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/libthr') diff --git a/lib/libthr/arch/i386/include/pthread_md.h b/lib/libthr/arch/i386/include/pthread_md.h index 46ab5b6..95edfa6 100644 --- a/lib/libthr/arch/i386/include/pthread_md.h +++ b/lib/libthr/arch/i386/include/pthread_md.h @@ -86,12 +86,7 @@ void _tcb_dtor(struct tcb *tcb); static __inline void _tcb_set(struct tcb *tcb) { -#ifndef COMPAT_32BIT i386_set_gsbase(tcb); -#else - _amd64_set_gsbase(tcb); -#endif - } /* Get the current kcb. */ -- cgit v1.1