Remove COMPAT_32BIT, it is no longer needed.

This commit is contained in:
davidxu 2005-04-27 01:29:03 +00:00
parent e4fe1baaf9
commit 094168eea8

View File

@ -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. */