Rev 1888 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1888 | Rev 1901 | ||
|---|---|---|---|
| Line 118... | Line 118... | ||
| 118 | uint8_t src_bus_irq; |
118 | uint8_t src_bus_irq; |
| 119 | uint8_t dst_l_apic_id; |
119 | uint8_t dst_l_apic_id; |
| 120 | uint8_t dst_l_apic_pin; |
120 | uint8_t dst_l_apic_pin; |
| 121 | } __attribute__ ((packed)); |
121 | } __attribute__ ((packed)); |
| 122 | 122 | ||
| 123 | - | ||
| 124 | extern waitq_t ap_completion_wq; |
- | |
| 125 | - | ||
| 126 | extern struct smp_config_operations mps_config_operations; |
123 | extern struct smp_config_operations mps_config_operations; |
| 127 | 124 | ||
| 128 | extern void mps_init(void); |
125 | extern void mps_init(void); |
| 129 | extern void kmp(void *arg); |
- | |
| 130 | 126 | ||
| 131 | #endif |
127 | #endif |
| 132 | 128 | ||
| 133 | /** @} |
129 | /** @} |
| 134 | */ |
130 | */ |