summaryrefslogtreecommitdiff
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.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/cpu/call64.S b/arch/x86/cpu/call64.S
index 08dc473..970c461 100644
--- a/arch/x86/cpu/call64.S
+++ b/arch/x86/cpu/call64.S
@@ -81,6 +81,9 @@ lret_target:
jmp *%eax /* Jump to the 64-bit target */
.data
+ .align 16
+ .globl gdt64
+gdt64:
gdt:
.word gdt_end - gdt - 1
.long gdt /* Fixed up by code above */