Changeset 313 for soft/giet_vm/giet_drivers/bdv_driver.c
- Timestamp:
- Apr 21, 2014, 5:46:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/bdv_driver.c
r297 r313 109 109 { 110 110 111 #if GIET_DEBUG_ BDV_DRIVER111 #if GIET_DEBUG_IOC_DRIVER 112 112 unsigned int procid = _get_procid(); 113 113 unsigned int cxy = procid / NB_PROCS_MAX; … … 148 148 status = _bdv_get_register( BLOCK_DEVICE_STATUS ); 149 149 150 #if GIET_DEBUG_ BDV_DRIVER150 #if GIET_DEBUG_IOC_DRIVER 151 151 _printf("\n[BDV DEBUG] _bdv_access() : ... waiting on BDV_STATUS register ...\n"); 152 152 #endif … … 208 208 } 209 209 210 #if GIET_DEBUG_ BDV_DRIVER210 #if GIET_DEBUG_IOC_DRIVER 211 211 _printf("\n[BDV DEBUG] Processor[%d,%d,%d] exit _bdv_access() at cycle %d\n", 212 212 x, y, lpid, _get_proctime() );
Note: See TracChangeset
for help on using the changeset viewer.