Commit bcdbe22a authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

x86: cpu -- Allow to proceed xsaves silently

We fully support xsaves now, so no need for
warning or any other message.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Reviewed-by: 's avatarDmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 7f112e60
...@@ -32,15 +32,8 @@ static compel_cpuinfo_t rt_cpu_info; ...@@ -32,15 +32,8 @@ static compel_cpuinfo_t rt_cpu_info;
static int cpu_has_unsupported_features(void) static int cpu_has_unsupported_features(void)
{ {
/* /*
* We don't support yet compacted xsave format so * Put any unsupported features here.
* exit early if present.
*/ */
if (compel_cpu_has_feature(X86_FEATURE_XSAVES)) {
pr_warn("Unsupported compact xsave frame on runtime cpu present\n");
pr_warn("FIXME: Dazen and confused, but proceed for development reason\n");
return 0;
}
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment