Ignore:
File:
1 edited

Legend:

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

    r4a5ba372 r49e6c6b4  
    4343#include <arch/bios/bios.h>
    4444#include <arch/boot/boot.h>
     45#include <arch/debugger.h>
    4546#include <arch/drivers/i8254.h>
    4647#include <arch/drivers/i8259.h>
     
    160161#endif
    161162               
     163                /* Enable debugger */
     164                debugger_init();
    162165                /* Merge all memory zones to 1 big zone */
    163166                zone_merge_all();
     
    168171}
    169172
    170 void arch_post_cpu_init()
     173void arch_post_cpu_init(void)
    171174{
    172175#ifdef CONFIG_SMP
Note: See TracChangeset for help on using the changeset viewer.