]> xenbits.xen.org Git - xenclient/xen.git/commitdiff
This patch from Intel fixes 64b xen/ 32b Dom0 host S3 issue on some systems (e.g...
authorKamala Narasimhan <kamala.narasimhan@citrix.com>
Fri, 13 Mar 2009 19:47:58 +0000 (15:47 -0400)
committerKamala Narasimhan <kamala.narasimhan@citrix.com>
Fri, 13 Mar 2009 19:47:58 +0000 (15:47 -0400)
xen/arch/x86/traps.c

index ce96ad6f68eac02c958ce31274851727bc9aca5a..3cc884b380263dec4f6901a04486e8c0f417b865 100644 (file)
@@ -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
 }