- Timestamp:
- 2006-06-04T19:47:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7509ddc
- Parents:
- c4e4507
- Location:
- arch/ia32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/smp/mps.h
rc4e4507 r2cb5e64 117 117 118 118 extern waitq_t ap_completion_wq; 119 extern waitq_t kmp_completion_wq;120 119 121 120 extern struct smp_config_operations mps_config_operations; -
arch/ia32/src/smp/mps.c
rc4e4507 r2cb5e64 80 80 81 81 waitq_t ap_completion_wq; 82 waitq_t kmp_completion_wq;83 84 82 85 83 /* -
arch/ia32/src/smp/smp.c
rc4e4507 r2cb5e64 85 85 io_apic = (__u32 *) io_apic_address; 86 86 } 87 88 /*89 * Must be initialized outside the kmp thread, since it is waited90 * on before the kmp thread is created.91 */92 waitq_initialize(&kmp_completion_wq);93 94 87 } 95 88 … … 173 166 printf("INIT IPI for l_apic%d failed\n", ops->cpu_apic_id(i)); 174 167 } 175 176 /*177 * Wakeup the kinit thread so that178 * system initialization can go on.179 */180 waitq_wakeup(&kmp_completion_wq, WAKEUP_FIRST);181 168 } 182 169
Note:
See TracChangeset
for help on using the changeset viewer.