Subversion Repositories HelenOS-historic

Rev

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

Rev 775 Rev 788
Line 31... Line 31...
31
 
31
 
32
#include <synch/spinlock.h>
32
#include <synch/spinlock.h>
33
#include <time/clock.h>     /* HZ */
33
#include <time/clock.h>     /* HZ */
34
#include <typedefs.h>
34
#include <typedefs.h>
35
#include <arch/atomic.h>
35
#include <arch/atomic.h>
36
#include <list.h>
36
#include <adt/list.h>
37
 
37
 
38
#define RQ_COUNT        16
38
#define RQ_COUNT        16
39
#define NEEDS_RELINK_MAX    (HZ)
39
#define NEEDS_RELINK_MAX    (HZ)
40
 
40
 
41
/** Scheduler run queue structure. */
41
/** Scheduler run queue structure. */