I need to use context switching in linux on my x86 platform similar to ucontext.h does,
But unfortunately ucontext use kernel call to do it. In my Xenomai environment any call of kernel function turns system to secondary mode (linux scheduling)
So how to switch context on x86 platform with storing FPU registers without leaving user-space?