]> Zhao Yanbai Git Server - minix.git/commitdiff
removed idt_reload()
authorTomas Hruby <tom@minix3.org>
Wed, 23 Sep 2009 07:20:57 +0000 (07:20 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 23 Sep 2009 07:20:57 +0000 (07:20 +0000)
- not part of klib386 yet

kernel/arch/i386/protect.c

index 57d641b8388fc5886cdd487976937ca54eb372ca..b2ae9eaff8959879ac264529957a47637437480a 100755 (executable)
@@ -256,7 +256,6 @@ PUBLIC void idt_init(void)
 
        idt_copy_vectors(gate_table);
        idt_copy_vectors(gate_table_pic);
-       idt_reload();
 }