Changeset 205 for soft/giet_vm/boot/boot_init.c
- Timestamp:
- Aug 15, 2012, 10:22:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/boot/boot_init.c
r204 r205 1345 1345 #if BOOT_DEBUG_PERI 1346 1346 boot_puts("[BOOT] mwmr coproc initialisation of "); 1347 boot_put x((unsigned int) coproc[coproc_id].name);1347 boot_puts((unsigned int) coproc[coproc_id].name); 1348 1348 boot_puts(", nb ports"); 1349 1349 boot_putd((unsigned int)coproc[coproc_id].ports); … … 1355 1355 cp_port_id++ ) 1356 1356 { 1357 //FIXME: should the same for all ports: put it in the coproc1357 //FIXME: the vspace_id should be the same for all ports: put it in the coproc? 1358 1358 unsigned int vspace_id = cp_port[cp_port_id].vspaceid; 1359 1359 unsigned int vobj_id = cp_port[cp_port_id].vobjlocid + vspace[vspace_id].vobj_offset;
Note: See TracChangeset
for help on using the changeset viewer.