Changeset 205 for soft/giet_vm/boot


Ignore:
Timestamp:
Aug 15, 2012, 10:22:29 AM (12 years ago)
Author:
karaoui
Message:

adding the possibilité of having 0 DMA.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/boot/boot_init.c

    r204 r205  
    13451345#if BOOT_DEBUG_PERI
    13461346boot_puts("[BOOT] mwmr coproc initialisation of ");
    1347 boot_putx((unsigned int) coproc[coproc_id].name);
     1347boot_puts((unsigned int) coproc[coproc_id].name);
    13481348boot_puts(", nb ports");
    13491349boot_putd((unsigned int)coproc[coproc_id].ports);
     
    13551355                  cp_port_id++ )
    13561356            {
    1357                 //FIXME: should the same for all ports: put it in the coproc
     1357                //FIXME: the vspace_id should be the same for all ports: put it in the coproc?
    13581358                unsigned int vspace_id  = cp_port[cp_port_id].vspaceid;
    13591359                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.