Changeset 946b630 in mainline for arch/ia32/src/smp/smp.c
- Timestamp:
- 2005-09-03T21:01:23Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5260478
- Parents:
- c835e7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/smp.c
rc835e7c r946b630 62 62 } 63 63 64 if (config.cpu_count > 1) { 65 map_page_to_frame((__address)l_apic, KA2PA((__address)l_apic),64 if (config.cpu_count > 1) { 65 map_page_to_frame((__address)l_apic, (__address)l_apic, 66 66 PAGE_NOT_CACHEABLE, 0); 67 map_page_to_frame((__address) io_apic, 68 KA2PA((__address) io_apic),67 map_page_to_frame((__address) io_apic, 68 (__address) io_apic, 69 69 PAGE_NOT_CACHEABLE, 0); 70 70 }
Note:
See TracChangeset
for help on using the changeset viewer.