Changeset 299 for soft/giet_vm/giet_kernel
- Timestamp:
- Apr 3, 2014, 2:02:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/kernel_init.c
r294 r299 157 157 158 158 #if GIET_DEBUG_INIT 159 _printf("\n[GIET DEBUG INIT] Processor[%d,%d,%d] cont ibutes to PTABS arrays\n"159 _printf("\n[GIET DEBUG INIT] Processor[%d,%d,%d] contributes to PTABS arrays\n" 160 160 " - ptabs_vaddr[%d] = %x / ptpr_paddr[%d] = %l\n", 161 161 x, y, lpid, … … 176 176 177 177 #if GIET_DEBUG_INIT 178 _printf("\n[GIET DEBUG INIT] Processor[%d,%d,%d] set schedulerfor task %d\n"178 _printf("\n[GIET DEBUG INIT] Processor[%d,%d,%d] update context for task %d\n" 179 179 " - ctx_epc = %x\n" 180 180 " - ctx_ra = %x\n", … … 307 307 308 308 unsigned int* pcount = &_init_barrier; 309 unsigned int nprocs = X_SIZE*(Y_SIZE-1)*NB_PROCS_MAX;309 unsigned int nprocs = TOTAL_PROCS; 310 310 unsigned int count; 311 311
Note: See TracChangeset
for help on using the changeset viewer.