Rev 788 | Rev 1196 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 788 | Rev 1104 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #include <proc/scheduler.h> |
36 | #include <proc/scheduler.h> |
| 37 | #include <cpu.h> |
37 | #include <cpu.h> |
| 38 | #include <print.h> |
38 | #include <print.h> |
| 39 | #include <arch.h> |
39 | #include <arch.h> |
| 40 | #include <adt/list.h> |
40 | #include <adt/list.h> |
| 41 | #include <arch/atomic.h> |
41 | #include <atomic.h> |
| 42 | #include <proc/thread.h> |
42 | #include <proc/thread.h> |
| 43 | 43 | ||
| 44 | /** Clock routine |
44 | /** Clock routine |
| 45 | * |
45 | * |
| 46 | * Clock routine executed from clock interrupt handler |
46 | * Clock routine executed from clock interrupt handler |