Changes in kernel/arch/sparc64/src/sun4v/sparc64.c [7510326:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/sparc64.c
r7510326 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.