Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/cpu/cpu.c

    r9dae191e rf651e80  
    4242#include <mm/page.h>
    4343#include <mm/frame.h>
    44 #include <typedefs.h>
     44#include <arch/types.h>
    4545#include <config.h>
    4646#include <panic.h>
     
    4848#include <adt/list.h>
    4949#include <print.h>
    50 #include <sysinfo/sysinfo.h>
    5150
    5251cpu_t *cpus;
Note: See TracChangeset for help on using the changeset viewer.