Rev 534 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 1576 | ||
---|---|---|---|
Line 114... | Line 114... | ||
114 | __u8 dst_l_apic_pin; |
114 | __u8 dst_l_apic_pin; |
115 | } __attribute__ ((packed)); |
115 | } __attribute__ ((packed)); |
116 | 116 | ||
117 | 117 | ||
118 | extern waitq_t ap_completion_wq; |
118 | extern waitq_t ap_completion_wq; |
119 | extern waitq_t kmp_completion_wq; |
- | |
120 | 119 | ||
121 | extern struct smp_config_operations mps_config_operations; |
120 | extern struct smp_config_operations mps_config_operations; |
122 | 121 | ||
123 | extern void mps_init(void); |
122 | extern void mps_init(void); |
124 | extern void kmp(void *arg); |
123 | extern void kmp(void *arg); |