Displaying 1 result from an estimated 1 matches for "xstate_".
Did you mean:
xstate
2013 Nov 19
6
[PATCH 2/5] X86 architecture instruction set extension definiation
...+++++++++++--------------
xen/include/asm-x86/xstate.h | 13 +++++++++----
2 files changed, 33 insertions(+), 18 deletions(-)
diff --git a/xen/arch/x86/xstate.c b/xen/arch/x86/xstate.c
index 9e74929..1fd43c9 100644
--- a/xen/arch/x86/xstate.c
+++ b/xen/arch/x86/xstate.c
@@ -253,7 +253,7 @@ void xstate_free_save_area(struct vcpu *v)
/* Collect the information of processor''s extended state */
void xstate_init(bool_t bsp)
{
- u32 eax, ebx, ecx, edx, min_size;
+ u32 eax, ebx, ecx, edx;
u64 feature_mask;
if ( boot_cpu_data.cpuid_level < XSTATE_CPUID )
@@ -269,12 +269,6...