From e7d820a5e549b3eb6c3f9467507566565646a669 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 5 Dec 2013 17:15:34 +0800 Subject: [PATCH] x86, xsave: Support eager-only xsave features, add MPX support Some features, like Intel MPX, work only if the kernel uses eagerfpu model. So we should force eagerfpu on unless the user has explicitly disabled it. Add definitions for Intel MPX and add it to the supported list. [ hpa: renamed XSTATE_FLEXIBLE to XSTATE_LAZY and added comments ] Signed-off-by: Qiaowei Ren Link: http://lkml.kernel.org/r/9E0BE1322F2F2246BD820DA9FC397ADE014A6115@SHSMSX102.ccr.corp.intel.com Signed-off-by: H. Peter Anvin --- Reading git-format-patch failed