Subversion Repositories HelenOS-historic

Rev

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

Rev 1 Rev 11
Line 38... Line 38...
38
#include <print.h>
38
#include <print.h>
39
#include <arch.h>
39
#include <arch.h>
40
#include <list.h>
40
#include <list.h>
41
 
41
 
42
#ifdef __SMP__
42
#ifdef __SMP__
43
#include <arch/atomic.h>
43
#include <arch/smp/atomic.h>
44
#endif
44
#endif
45
 
45
 
46
/*
46
/*
47
 * Clock is called from an interrupt and is cpu_priority_high()'d.
47
 * Clock is called from an interrupt and is cpu_priority_high()'d.
48
 */
48
 */