- Timestamp:
- Dec 20, 2015, 7:30:47 PM (9 years ago)
- 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 241 241 size_t irq_per_proc, 242 242 243 bool distboot,244 243 bool disable_procs, 245 244 -
branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp
r1015 r1027 79 79 size_t irq_per_proc, 80 80 81 bool distboot,82 81 bool disable_procs, 83 82 … … 156 155 // initialize physical address extension with cluster ID when using 157 156 // 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); 163 159 } 164 160
Note: See TracChangeset
for help on using the changeset viewer.