summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/call64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/call64.S')
-rw-r--r--arch/x86/cpu/call64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/cpu/call64.S b/arch/x86/cpu/call64.S
index 74dd5a89dc..08dc473d6a 100644
--- a/arch/x86/cpu/call64.S
+++ b/arch/x86/cpu/call64.S
@@ -82,8 +82,8 @@ lret_target:
.data
gdt:
- .word gdt_end - gdt
- .long gdt
+ .word gdt_end - gdt - 1
+ .long gdt /* Fixed up by code above */
.word 0
.quad 0x0000000000000000 /* NULL descriptor */
.quad 0x00af9a000000ffff /* __KERNEL_CS */
OpenPOWER on IntegriCloud