Changeset dcc2c5d in mainline for boot/arch/sparc64/src/main.c
- Timestamp:
- 2018-10-12T17:44:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68a0d60
- Parents:
- d4eba6d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-12 17:38:51)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-12 17:44:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/src/main.c
rd4eba6d rdcc2c5d 225 225 */ 226 226 227 size_t sz = ALIGN_UP(payload_un compressed_size(), PAGE_SIZE);227 size_t sz = ALIGN_UP(payload_unpacked_size(), PAGE_SIZE); 228 228 ofw_claim_phys((void *) (bootinfo.physmem_start + KERNEL_ADDRESS), sz); 229 229 ofw_map((void *) (bootinfo.physmem_start + KERNEL_ADDRESS),
Note:
See TracChangeset
for help on using the changeset viewer.