Re: [PATCH 07/11] x86/pkeys: Drop the preempt-disable section

From: Sebastian Andrzej Siewior
Date: Fri Oct 12 2018 - 16:26:41 EST


On 2018-10-12 11:07:28 [-0700], Andy Lutomirski wrote:
> All these "if" statements in the FPU code are messy and make
> understanding and reviewing this code hard.
>
> Can you prepare a patch for the beginning of your series that removes
> fpu->initialized and just ensures that the fpu is always initialized?
> This will regress performance, but you should get all that performance
> back with TIF_LOAD_FPU.

okay, will do.

Sebastian