Rev 623 | Rev 788 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 623 | Rev 775 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | extern void scheduler(void); |
52 | extern void scheduler(void); |
| 53 | extern void kcpulb(void *arg); |
53 | extern void kcpulb(void *arg); |
| 54 | 54 | ||
| 55 | extern void before_thread_runs(void); |
55 | extern void before_thread_runs(void); |
| 56 | 56 | ||
| - | 57 | extern void sched_print_list(void); |
|
| 57 | /* |
58 | /* |
| 58 | * To be defined by architectures: |
59 | * To be defined by architectures: |
| 59 | */ |
60 | */ |
| 60 | 61 | ||
| 61 | extern void before_thread_runs_arch(void); |
62 | extern void before_thread_runs_arch(void); |