Subversion Repositories HelenOS-historic

Rev

Rev 1248 | Rev 1380 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1248 Rev 1264
Line 28... Line 28...
28
 
28
 
29
/**
29
/**
30
 * @file    scheduler.c
30
 * @file    scheduler.c
31
 * @brief   Scheduler and load balancing.
31
 * @brief   Scheduler and load balancing.
32
 *
32
 *
33
 * This file contains the scheduler and kcpulb kernel thread wich
33
 * This file contains the scheduler and kcpulb kernel thread which
34
 * performs load-balancing of per-CPU run queues.
34
 * performs load-balancing of per-CPU run queues.
35
 */
35
 */
36
 
36
 
37
#include <proc/scheduler.h>
37
#include <proc/scheduler.h>
38
#include <proc/thread.h>
38
#include <proc/thread.h>