Rev 681 | Rev 783 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 681 | Rev 779 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | volatile count_t needs_relink; |
55 | volatile count_t needs_relink; |
| 56 | 56 | ||
| 57 | SPINLOCK_DECLARE(timeoutlock); |
57 | SPINLOCK_DECLARE(timeoutlock); |
| 58 | link_t timeout_active_head; |
58 | link_t timeout_active_head; |
| 59 | 59 | ||
| 60 | #ifdef CONFIG_SMP |
- | |
| 61 | atomic_t kcpulbstarted; |
- | |
| 62 | waitq_t kcpulb_wq; |
- | |
| 63 | #endif /* CONFIG_SMP */ |
- | |
| 64 | - | ||
| 65 | /** |
60 | /** |
| 66 | * Processor ID assigned by kernel. |
61 | * Processor ID assigned by kernel. |
| 67 | */ |
62 | */ |
| 68 | int id; |
63 | int id; |
| 69 | 64 | ||