Changeset 8565a42 in mainline for kernel/arch/sparc64/src/sun4u/sparc64.c
- Timestamp:
- 2018-03-02T20:34:50Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a81f69, d5e5fd1
- Parents:
- 3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
- git-committer:
- GitHub <noreply@…> (2018-03-02 20:34:50)
- File:
-
- 1 edited
-
kernel/arch/sparc64/src/sun4u/sparc64.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4u/sparc64.c
r3061bc1 r8565a42 72 72 /* Copy init task info. */ 73 73 init.cnt = min3(bootinfo->taskmap.cnt, TASKMAP_MAX_RECORDS, CONFIG_INIT_TASKS); 74 74 75 75 size_t i; 76 76 for (i = 0; i < init.cnt; i++) { … … 80 80 bootinfo->taskmap.tasks[i].name); 81 81 } 82 82 83 83 /* Copy physical memory map. */ 84 84 memmap.total = bootinfo->memmap.total; … … 88 88 memmap.zones[i].size = bootinfo->memmap.zones[i].size; 89 89 } 90 90 91 91 /* Copy boot allocations info. */ 92 92 ballocs.base = bootinfo->ballocs.base; 93 93 ballocs.size = bootinfo->ballocs.size; 94 94 95 95 ofw_tree_init(bootinfo->ofw_root); 96 96 } … … 111 111 /* Map OFW information into sysinfo */ 112 112 ofw_sysinfo_map(); 113 113 114 114 /* 115 115 * We have 2^11 different interrupt vectors. … … 167 167 (ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT) + STACK_BIAS), 168 168 (uintptr_t) kernel_uarg->uspace_uarg); 169 169 170 170 /* Not reached */ 171 171 while (1);
Note:
See TracChangeset
for help on using the changeset viewer.
