Commit 10f22fe9 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

restore: Change rt_sigcontext::fpstate to void *

It will be carrying xsave or fxsave frame.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c1f7ab21
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "lock.h" #include "lock.h"
#include "util.h" #include "util.h"
#include "crtools.h" #include "crtools.h"
#include "fpu.h"
#include "../protobuf/mm.pb-c.h" #include "../protobuf/mm.pb-c.h"
#include "../protobuf/vma.pb-c.h" #include "../protobuf/vma.pb-c.h"
...@@ -174,7 +175,7 @@ struct rt_sigcontext { ...@@ -174,7 +175,7 @@ struct rt_sigcontext {
unsigned long trapno; unsigned long trapno;
unsigned long oldmask; unsigned long oldmask;
unsigned long cr2; unsigned long cr2;
struct user_fpregs_entry *fpstate; void *fpstate;;
unsigned long reserved1[8]; unsigned long reserved1[8];
}; };
......
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