Ignore:
File:
1 edited

Legend:

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

    r9dae191e r19f857a  
    6767#include <debug.h>
    6868#include <str.h>
    69 #include <sysinfo/stats.h>
    7069
    7170#ifdef CONFIG_SMP
     
    123122                } else
    124123                        panic("Unable to create kmp thread.");
    125                
    126124                thread_join(thread);
    127125                thread_detach(thread);
     
    151149         */
    152150        arch_post_smp_init();
    153        
    154         /* Start thread computing system load */
    155         thread = thread_create(kload, NULL, TASK, 0, "kload", false);
    156         if (thread != NULL)
    157                 thread_ready(thread);
    158         else
    159                 printf("Unable to create kload thread\n");
    160151       
    161152#ifdef CONFIG_KCONSOLE
Note: See TracChangeset for help on using the changeset viewer.