mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove COMPAT_32BIT, it is no longer needed.
This commit is contained in:
parent
3bbf3512ad
commit
920d31ef8d
1 changed files with 0 additions and 5 deletions
|
|
@ -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 a new issue