Ignore:
Timestamp:
Dec 20, 2015, 7:30:47 PM (8 years ago)
Author:
cfuguet
Message:

Improving documentation of the reconfiguration/tsar_generic_iob
platform.

Location:
branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/include/tsar_iob_cluster.h

    r1015 r1027  
    241241                    size_t                             irq_per_proc,
    242242
    243                     bool                               distboot,
    244243                    bool                               disable_procs,
    245244
  • branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp

    r1015 r1027  
    7979        size_t                             irq_per_proc,
    8080
    81         bool                               distboot,
    8281        bool                               disable_procs,
    8382
     
    156155        // initialize physical address extension with cluster ID when using
    157156        // distributed boot
    158         if (distboot)
    159         {
    160             proc[p]->set_dcache_paddr_ext_reset(cluster_id);
    161             proc[p]->set_icache_paddr_ext_reset(cluster_id);
    162         }
     157        proc[p]->set_dcache_paddr_ext_reset(cluster_id);
     158        proc[p]->set_icache_paddr_ext_reset(cluster_id);
    163159    }
    164160
Note: See TracChangeset for help on using the changeset viewer.