Changeset a35b458 in mainline for kernel/arch/sparc64/src/sun4v/sparc64.c
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/sparc64.c
r3061bc1 ra35b458 74 74 /* Copy init task info. */ 75 75 init.cnt = min3(bootinfo->taskmap.cnt, TASKMAP_MAX_RECORDS, CONFIG_INIT_TASKS); 76 76 77 77 size_t i; 78 78 for (i = 0; i < init.cnt; i++) { … … 82 82 bootinfo->taskmap.tasks[i].name); 83 83 } 84 84 85 85 /* Copy physical memory map. */ 86 86 memmap.total = bootinfo->memmap.total; … … 90 90 memmap.zones[i].size = bootinfo->memmap.zones[i].size; 91 91 } 92 92 93 93 md_init(); 94 94 } … … 109 109 /* Map OFW information into sysinfo */ 110 110 ofw_sysinfo_map(); 111 111 112 112 /* 113 113 * We have 2^11 different interrupt vectors. … … 165 165 (ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT) + STACK_BIAS), 166 166 (uintptr_t) kernel_uarg->uspace_uarg); 167 167 168 168 /* Not reached */ 169 169 while (1);
Note:
See TracChangeset
for help on using the changeset viewer.