diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-04-27 01:29:03 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-04-27 01:29:03 +0000 |
| commit | 920d31ef8df1a0cbb3da6423bc5e302f22231ffd (patch) | |
| tree | 89d0baae252e76d619c80ed192d92f274f8816ca /lib/libthr | |
| parent | 3bbf3512ad7013aa2d4ddefeb15597aa5771ccc8 (diff) | |
Notes
Diffstat (limited to 'lib/libthr')
| -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 46ab5b6f6a06..95edfa6cc916 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. */ |
