Subversion Repositories HelenOS-historic

Rev

Rev 430 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 430 Rev 458
Line 50... Line 50...
50
    volatile int needs_relink;
50
    volatile int needs_relink;
51
 
51
 
52
    spinlock_t timeoutlock;
52
    spinlock_t timeoutlock;
53
    link_t timeout_active_head;
53
    link_t timeout_active_head;
54
 
54
 
55
    #ifdef __SMP__
55
    #ifdef CONFIG_SMP
56
    int kcpulbstarted;
56
    int kcpulbstarted;
57
    waitq_t kcpulb_wq;
57
    waitq_t kcpulb_wq;
58
    #endif /* __SMP__ */
58
    #endif /* CONFIG_SMP */
59
 
59
 
60
    int id;
60
    int id;
61
    int active;
61
    int active;
62
    int tlb_active;
62
    int tlb_active;
63
 
63