rmc: broxton-m: enable xstate save and restore using xsave

The command line setting for Intel 570x added 'noxsave' which
disabled xsave/xrstor to save and restore extended registers.

The systems run fine without the setting so drop noxsave to
gain optimized context switches and get more CPU features
flags (XSAVE*/AVX/MPX) enabled.

Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Mikko Ylinen 2017-03-07 18:09:42 +02:00 committed by Saul Wold
parent 1a20554ee5
commit 9cbc001149

View File

@ -1 +1 @@
video=efifb maxcpus=4 noxsave reboot=efi kmemleak=off console=tty0 console=ttyS2,115200
video=efifb maxcpus=4 reboot=efi kmemleak=off console=tty0 console=ttyS2,115200