Rev 411 | Rev 430 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 411 | Rev 413 | ||
---|---|---|---|
Line 42... | Line 42... | ||
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 |
47 | * (assuming cpu_priority_high()). Runs expired timeouts |
47 | * (assuming interrupts_disable()'d). Runs expired timeouts |
48 | * and preemptive scheduling. |
48 | * and preemptive scheduling. |
49 | * |
49 | * |
50 | */ |
50 | */ |
51 | void clock(void) |
51 | void clock(void) |
52 | { |
52 | { |