aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/head_64.S')
-rw-r--r--arch/x86/kernel/head_64.S8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index 321d65ebaffe..5e4d8a8a5c40 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -518,9 +518,15 @@ ENTRY(idt_table)
518 .skip IDT_ENTRIES * 16 518 .skip IDT_ENTRIES * 16
519 519
520 .align L1_CACHE_BYTES 520 .align L1_CACHE_BYTES
521ENTRY(nmi_idt_table) 521ENTRY(debug_idt_table)
522 .skip IDT_ENTRIES * 16 522 .skip IDT_ENTRIES * 16
523 523
524#ifdef CONFIG_TRACING
525 .align L1_CACHE_BYTES
526ENTRY(trace_idt_table)
527 .skip IDT_ENTRIES * 16
528#endif
529
524 __PAGE_ALIGNED_BSS 530 __PAGE_ALIGNED_BSS
525NEXT_PAGE(empty_zero_page) 531NEXT_PAGE(empty_zero_page)
526 .skip PAGE_SIZE 532 .skip PAGE_SIZE