Changeset bae43dc in mainline for kernel/arch/ia32/src/ia32.c
- Timestamp:
- 2018-10-18T14:55:39Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4fff3c7
- Parents:
- 1d18bbc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/ia32.c
r1d18bbc0 rbae43dc 94 94 95 95 #ifdef CONFIG_SMP 96 size_t unmapped_size = (uintptr_t) unmapped_ kdata_end - BOOT_OFFSET;96 size_t unmapped_size = (uintptr_t) unmapped_end - BOOT_OFFSET; 97 97 /* Copy AP bootstrap routines below 1 MB. */ 98 98 memcpy((void *) AP_BOOT_OFFSET, (void *) BOOT_OFFSET, unmapped_size);
Note:
See TracChangeset
for help on using the changeset viewer.