diff options
Diffstat (limited to 'arch/x86/kernel/head_64.S')
-rw-r--r-- | arch/x86/kernel/head_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S index 4b6bda21837f..2240f823676a 100644 --- a/arch/x86/kernel/head_64.S +++ b/arch/x86/kernel/head_64.S | |||
@@ -401,6 +401,7 @@ ENTRY(phys_base) | |||
401 | /* This must match the first entry in level2_kernel_pgt */ | 401 | /* This must match the first entry in level2_kernel_pgt */ |
402 | .quad 0x0000000000000000 | 402 | .quad 0x0000000000000000 |
403 | 403 | ||
404 | #include "../../x86/xen/xen-head.S" | ||
404 | 405 | ||
405 | .section .bss, "aw", @nobits | 406 | .section .bss, "aw", @nobits |
406 | .align L1_CACHE_BYTES | 407 | .align L1_CACHE_BYTES |