boot_idt is now a symbol. Signed-off-by: Nadav Amit <namit@xxxxxxxxxx> --- x86/cstart64.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/x86/cstart64.S b/x86/cstart64.S index b44d0ae..fabcdbf 100644 --- a/x86/cstart64.S +++ b/x86/cstart64.S @@ -2,15 +2,12 @@ #include "apic-defs.h" .globl boot_idt -boot_idt = 0 .globl idt_descr .globl tss_descr .globl gdt64_desc .globl online_cpus -boot_idt = 0 - ipi_vector = 0x20 max_cpus = MAX_TEST_CPUS -- 2.25.1