On Wed, 4 Oct 2017, Andi Kleen wrote: > From: Andi Kleen <a...@linux.intel.com> > > Move the XSAVE initialization code to be after parsing early parameters. > I don't see any reason why the FPU code needs to be initialized that > early, nothing else in the initialization phase uses XSAVE. > This is useful to be able to handle command line parameters in the > XSAVE initialization code. > > Signed-off-by: Andi Kleen <a...@linux.intel.com>
Reviewed-by: Thomas Gleixner <t...@linutronix.de>