]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] x86_64: Disable conforming bit on USER32_CS segment
authorAndi Kleen <ak@suse.de>
Tue, 11 Jan 2005 09:51:44 +0000 (01:51 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 09:51:44 +0000 (01:51 -0800)
Disable conforming bit on USER32_CS segment

No difference, but it's more consistent.  Pointed out by Petr Vandrovec and
some VMWare people

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/head.S

index 766a7d6ef9b0bf7c29a7429b2b4acaa14b9fdbd5..30e92ff8b3c07315d7738685af53f3f0c25aa84c 100644 (file)
@@ -355,7 +355,7 @@ ENTRY(cpu_gdt_table)
        .quad   0x008f9a000000ffff      /* __KERNEL_COMPAT32_CS */      
        .quad   0x00af9a000000ffff      /* __KERNEL_CS */
        .quad   0x00cf92000000ffff      /* __KERNEL_DS */
-       .quad   0x00cffe000000ffff      /* __USER32_CS */
+       .quad   0x00cffa000000ffff      /* __USER32_CS */
        .quad   0x00cff2000000ffff      /* __USER_DS, __USER32_DS  */           
        .quad   0x00affa000000ffff      /* __USER_CS */
        .quad   0x00cf9a000000ffff      /* __KERNEL32_CS */