Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/kinit.c

    r3a10e34 r19f857a  
    6767#include <debug.h>
    6868#include <str.h>
    69 #include <ps/load.h>
    7069
    7170#ifdef CONFIG_SMP
     
    164163#endif /* CONFIG_KCONSOLE */
    165164       
    166         /* Start thread computing system load */
    167         thread = thread_create(kload_thread, NULL, TASK, 0, "kload", false);
    168         if (thread != NULL)
    169                 thread_ready(thread);
    170         else
    171                 printf("Unable to create kload thread\n");
    172 
    173165        interrupts_enable();
    174166       
Note: See TracChangeset for help on using the changeset viewer.