On Thu, Jan 26, 2017 at 3:26 AM, Ingo Molnar <mi...@kernel.org> wrote: > The fpregs_active() inline function is pretty pointless - in almost > all the callsites it can be replaced with a direct fpu->fpregs_active > access. > > Do so and eliminate the extra layer of obfuscation.
Reviewed-by: Andy Lutomirski <l...@kernel.org>