/kernel/trunk/arch/mips32/src/mips32.c |
---|
39,6 → 39,7 |
#include <proc/thread.h> |
#include <proc/uarg.h> |
#include <print.h> |
#include <syscall/syscall.h> |
#include <arch/interrupt.h> |
#include <arch/drivers/arc.h> |
141,3 → 142,13 |
void after_thread_ran_arch(void) |
{ |
} |
/** Set Thread-local-storeage pointer |
* |
* We have it currently in K1, it is |
* possible to have it separately in the future. |
*/ |
__native sys_tls_set(__native addr) |
{ |
return 0; |
} |