From: Kamala Narasimhan Date: Fri, 13 Mar 2009 19:47:58 +0000 (-0400) Subject: This patch from Intel fixes 64b xen/ 32b Dom0 host S3 issue on some systems (e.g... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1e66aed5ec89698a5708923f00fe0fbc2f2f217e;p=xenclient%2Fxen.git This patch from Intel fixes 64b xen/ 32b Dom0 host S3 issue on some systems (e.g., Dell E6500). --- diff --git a/xen/arch/x86/traps.c b/xen/arch/x86/traps.c index ce96ad6..3cc884b 100644 --- a/xen/arch/x86/traps.c +++ b/xen/arch/x86/traps.c @@ -2990,7 +2990,7 @@ void set_tss_desc(unsigned int n, void *addr) per_cpu(compat_gdt_table, n) + TSS_ENTRY - FIRST_RESERVED_GDT_ENTRY, (unsigned long)addr, offsetof(struct tss_struct, __cacheline_filler) - 1, - 11); + 9); #endif }