Remove COMPAT_32BIT, it is no longer needed.
This commit is contained in:
parent
e4fe1baaf9
commit
094168eea8
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user