diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-04-27 01:29:03 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-04-27 01:29:03 +0000 |
commit | 094168eea88feb1b86ba40b08a1abd0120502a38 (patch) | |
tree | 89d0baae252e76d619c80ed192d92f274f8816ca /lib/libthr/arch | |
parent | e4fe1baaf926df48b77a6e8cf7e7d2476dbbc0b0 (diff) | |
download | FreeBSD-src-094168eea88feb1b86ba40b08a1abd0120502a38.zip FreeBSD-src-094168eea88feb1b86ba40b08a1abd0120502a38.tar.gz |
Remove COMPAT_32BIT, it is no longer needed.
Diffstat (limited to 'lib/libthr/arch')
-rw-r--r-- | lib/libthr/arch/i386/include/pthread_md.h | 5 |
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. */ |