This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / x86_64 / kernel / head64.c
index 5254e90..127a678 100644 (file)
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
-#include <linux/percpu.h>
 
 #include <asm/processor.h>
 #include <asm/proto.h>
 #include <asm/smp.h>
 #include <asm/bootsetup.h>
 #include <asm/setup.h>
-#include <asm/desc.h>
 
 /* Don't add a printk in there. printk relies on the PDA which is not initialized 
    yet. */
@@ -81,11 +79,7 @@ extern char _end[];
 void __init x86_64_start_kernel(char * real_mode_data)
 {
        char *s;
-       int i;
 
-       for (i = 0; i < 256; i++)
-               set_intr_gate(i, early_idt_handler);
-       asm volatile("lidt %0" :: "m" (idt_descr));
        clear_bss();
        pda_init(0);
        copy_bootdata(real_mode_data);