Rev 650 | Rev 703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 650 | Rev 675 | ||
|---|---|---|---|
| Line 395... | Line 395... | ||
| 395 | 395 | ||
| 396 | 396 | ||
| 397 | /** The scheduler |
397 | /** The scheduler |
| 398 | * |
398 | * |
| 399 | * The thread scheduling procedure. |
399 | * The thread scheduling procedure. |
| - | 400 | * Passes control directly to |
|
| - | 401 | * scheduler_separated_stack(). |
|
| 400 | * |
402 | * |
| 401 | */ |
403 | */ |
| 402 | void scheduler(void) |
404 | void scheduler(void) |
| 403 | { |
405 | { |
| 404 | volatile ipl_t ipl; |
406 | volatile ipl_t ipl; |