Changeset 7d365305 in mainline for arch/ia32/src/smp/mps.c
- Timestamp:
- 2005-07-20T11:26:40Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 59532eb
- Parents:
- 0970f43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/mps.c
r0970f43 r7d365305 38 38 #include <arch/types.h> 39 39 #include <typedefs.h> 40 #include <mm/page.h>41 40 #include <cpu.h> 42 41 #include <arch/asm.h> … … 203 202 config.cpu_count = configure_via_default(fs->config_type); 204 203 205 if (config.cpu_count > 1) {206 map_page_to_frame((__address) l_apic, (__address) l_apic, PAGE_NOT_CACHEABLE, 0);207 }208 209 210 /*211 * Must be initialized outside the kmp thread, since it is waited212 * on before the kmp thread is created.213 */214 waitq_initialize(&kmp_completion_wq);215 204 return; 216 205 } … … 344 333 } 345 334 346 map_page_to_frame((__address) ioa->io_apic, (__address) ioa->io_apic, PAGE_NOT_CACHEABLE, 0);347 348 335 io_apic = ioa->io_apic; 349 336 }
Note:
See TracChangeset
for help on using the changeset viewer.