sched: implement user-configurable fs and gs segment base addresses
This commit is contained in:
@@ -28,4 +28,6 @@
|
||||
static void __used common(void)
|
||||
{
|
||||
OFFSET(THREAD_sp, struct thread, tr_sp);
|
||||
OFFSET(THREAD_fsbase, struct thread, tr_ml.tr_fsbase);
|
||||
OFFSET(THREAD_gsbase, struct thread, tr_ml.tr_gsbase);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user