aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2005-01-11 01:51:44 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-11 01:51:44 -0800
commitbbb4828f1400f563571da6e7f65d8b828249dea5 (patch)
treed428afd19a71de7689ffc5ed27183928f1b9d560 /arch
parenta3e64936b929189eaebc10466fa6549e532da97c (diff)
downloadhistory-bbb4828f1400f563571da6e7f65d8b828249dea5.tar.gz
[PATCH] x86_64: Disable conforming bit on USER32_CS segment
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/head.S b/arch/x86_64/kernel/head.S
index 766a7d6ef9b0bf..30e92ff8b3c073 100644
--- a/arch/x86_64/kernel/head.S
+++ b/arch/x86_64/kernel/head.S
@@ -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 */