Changeset 2cb5e64 in mainline for arch/ia32/src/smp/smp.c
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.