Changeset 496 for soft/giet_vm/giet_drivers/bdv_driver.c
- Timestamp:
- Feb 8, 2015, 1:12:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/bdv_driver.c
r469 r496 27 27 /////////////////////////////////////////////////////////////////////////////// 28 28 29 __attribute__((section(".kdata"))) 29 30 spin_lock_t _bdv_lock __attribute__((aligned(64))); 31 32 __attribute__((section(".kdata"))) 30 33 unsigned int _bdv_status; 34 35 __attribute__((section(".kdata"))) 31 36 unsigned int _bdv_gtid; 32 37 … … 132 137 _puts(","); 133 138 _putd( p ); 134 _puts("] launch transfer in polling mode\n"); 139 _puts("] launch transfer in polling mode at cycle "); 140 _putd( _get_proctime() ); 141 _puts("\n"); 135 142 #endif 136 143 unsigned int status; … … 196 203 _puts(","); 197 204 _putd( p ); 198 _puts("] launch transfer in nterrupt mode\n"); 205 _puts("] launch transfer in interrupt mode at cycle "); 206 _putd( _get_proctime() ); 207 _puts("\n"); 199 208 #endif 200 209 … … 350 359 _putd(remote_x ); 351 360 _puts(","); 352 _putd(remo re_y );361 _putd(remote_y ); 353 362 _puts(","); 354 363 _putd(remote_p );
Note: See TracChangeset
for help on using the changeset viewer.