- To reduce confuse rename the parts of linuxbios bios that run from
[coreboot.git] / src / cpu / x86 / lapic / secondary.S
index 786c31e5325a7f32b607e219ce607ae89eaf12a4..5185021c3ca75cc441a879226daa5dfcf7c74fcc 100644 (file)
@@ -36,6 +36,9 @@ _secondary_start:
        movw    %ax, %fs
        movw    %ax, %gs
 
+       /* Load the Interrupt descriptor table */
+       lidt    idtarg
+
        /* Set the stack pointer, and flag that we are done */
        xorl    %eax, %eax
        movl    secondary_stack, %esp