mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Implement _set_tp
This commit is contained in:
parent
dd2f96800b
commit
011caac286
1 changed files with 4 additions and 0 deletions
|
|
@ -29,7 +29,11 @@
|
|||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <machine/sysarch.h>
|
||||
|
||||
void
|
||||
_set_tp(void *tp)
|
||||
{
|
||||
|
||||
sysarch(MIPS_SET_TLS, tp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue