Rev 623 | Rev 673 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 623 | Rev 625 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | 51 | ||
52 | SPINLOCK_DECLARE(timeoutlock); |
52 | SPINLOCK_DECLARE(timeoutlock); |
53 | link_t timeout_active_head; |
53 | link_t timeout_active_head; |
54 | 54 | ||
55 | #ifdef CONFIG_SMP |
55 | #ifdef CONFIG_SMP |
56 | int kcpulbstarted; |
56 | atomic_t kcpulbstarted; |
57 | waitq_t kcpulb_wq; |
57 | waitq_t kcpulb_wq; |
58 | #endif /* CONFIG_SMP */ |
58 | #endif /* CONFIG_SMP */ |
59 | 59 | ||
60 | int id; |
60 | int id; |
61 | int active; |
61 | int active; |