Re: [PATCH] switchtest: Cleanup FPU tests after ipipe -> dovetail transition

2022-06-08 Thread Jan Kiszka via Xenomai
On 25.05.22 09:47, Florian Bezdeka wrote: > FPU usage in kernel space was allowed / enabled with ipipe, but is no > longer available for dovetail based kernels. That allows us to clean > up the FPU related tests of the switchtest utility. > > fp_kernel_supported() can be removed as all supported

[PATCH] switchtest: Cleanup FPU tests after ipipe -> dovetail transition

2022-05-25 Thread Florian Bezdeka via Xenomai
FPU usage in kernel space was allowed / enabled with ipipe, but is no longer available for dovetail based kernels. That allows us to clean up the FPU related tests of the switchtest utility. fp_kernel_supported() can be removed as all supported architectures returned 0 already. That allows us to