Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/ia32.c

    r49e6c6b4 r4a5ba372  
    4545#include <arch/bios/bios.h>
    4646#include <arch/boot/boot.h>
    47 #include <arch/debugger.h>
    4847#include <arch/drivers/i8254.h>
    4948#include <arch/drivers/i8259.h>
     
    118117#endif
    119118               
    120                 /* Enable debugger */
    121                 debugger_init();
    122119                /* Merge all memory zones to 1 big zone */
    123120                zone_merge_all();
     
    125122}
    126123
    127 void arch_post_cpu_init(void)
     124void arch_post_cpu_init()
    128125{
    129126#ifdef CONFIG_SMP
Note: See TracChangeset for help on using the changeset viewer.