Subversion Repositories HelenOS-historic

Rev

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

Rev 1221 Rev 1576
Line 77... Line 77...
77
int io_apic_entry_cnt = 0;
77
int io_apic_entry_cnt = 0;
78
int io_intr_entry_cnt = 0;
78
int io_intr_entry_cnt = 0;
79
int l_intr_entry_cnt = 0;
79
int l_intr_entry_cnt = 0;
80
 
80
 
81
waitq_t ap_completion_wq;
81
waitq_t ap_completion_wq;
82
waitq_t kmp_completion_wq;
-
 
83
 
-
 
84
 
82
 
85
/*
83
/*
86
 * Implementation of IA-32 SMP configuration interface.
84
 * Implementation of IA-32 SMP configuration interface.
87
 */
85
 */
88
static count_t get_cpu_count(void);
86
static count_t get_cpu_count(void);