[PATCH] fix Thread-Local Storage GDT access
The gdt entry is consulted only while loading its index into the segment register. So load_TLS_desc(next, cpu) must be called before loading next->fs,next->gs in __switch_to().
Showing
Please register or sign in to comment