Changeset 6e5252a in mainline for kernel/arch/ia32/src/ia32.c
- Timestamp:
- 2018-11-13T20:22:20Z (6 years ago)
- Children:
- 156bae23
- Parents:
- 2214382
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-23 21:48:41)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-11-13 20:22:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/ia32.c
r2214382 r6e5252a 92 92 multiboot_info_parse(signature, (multiboot_info_t *) info); 93 93 multiboot2_info_parse(signature, (multiboot2_info_t *) info); 94 95 #ifdef CONFIG_SMP96 size_t unmapped_size = (uintptr_t) unmapped_end - BOOT_OFFSET;97 /* Copy AP bootstrap routines below 1 MB. */98 memcpy((void *) AP_BOOT_OFFSET, (void *) BOOT_OFFSET, unmapped_size);99 #endif100 94 } 101 95
Note:
See TracChangeset
for help on using the changeset viewer.