summaryrefslogtreecommitdiffstats
path: root/lib/libthr
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-04-27 01:29:03 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-04-27 01:29:03 +0000
commit094168eea88feb1b86ba40b08a1abd0120502a38 (patch)
tree89d0baae252e76d619c80ed192d92f274f8816ca /lib/libthr
parente4fe1baaf926df48b77a6e8cf7e7d2476dbbc0b0 (diff)
downloadFreeBSD-src-094168eea88feb1b86ba40b08a1abd0120502a38.zip
FreeBSD-src-094168eea88feb1b86ba40b08a1abd0120502a38.tar.gz
Remove COMPAT_32BIT, it is no longer needed.
Diffstat (limited to 'lib/libthr')
-rw-r--r--lib/libthr/arch/i386/include/pthread_md.h5
1 files changed, 0 insertions, 5 deletions
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. */
OpenPOWER on IntegriCloud