Changeset 8a1afd2 in mainline for kernel/arch/amd64/src/amd64.c
- Timestamp:
- 2018-10-17T22:51:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d18bbc0, d723a80
- Parents:
- 7900e5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/amd64.c
r7900e5d r8a1afd2 94 94 95 95 #ifdef CONFIG_SMP 96 size_t unmapped_size = (uintptr_t) unmapped_kdata_end - BOOT_OFFSET; 96 97 /* Copy AP bootstrap routines below 1 MB. */ 97 memcpy((void *) AP_BOOT_OFFSET, (void *) BOOT_OFFSET, 98 (size_t) &_hardcoded_unmapped_size); 98 memcpy((void *) AP_BOOT_OFFSET, (void *) BOOT_OFFSET, unmapped_size); 99 99 #endif 100 100 }
Note:
See TracChangeset
for help on using the changeset viewer.