From 920d31ef8df1a0cbb3da6423bc5e302f22231ffd Mon Sep 17 00:00:00 2001 From: David Xu Date: Wed, 27 Apr 2005 01:29:03 +0000 Subject: [PATCH] Remove COMPAT_32BIT, it is no longer needed. --- lib/libthr/arch/i386/include/pthread_md.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/libthr/arch/i386/include/pthread_md.h b/lib/libthr/arch/i386/include/pthread_md.h index 46ab5b6f6a0..95edfa6cc91 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. */