Changeset 275 for soft/giet_vm/giet_drivers/ioc_driver.c
- Timestamp:
- Jan 21, 2014, 7:20:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/ioc_driver.c
r263 r275 155 155 } 156 156 157 unsigned int * ioc_address = (unsigned int *) &seg_ioc_base ;157 volatile unsigned int * ioc_address = (unsigned int *) &seg_ioc_base ; 158 158 159 159 unsigned int length = count << 9; // count * 512 bytes … … 358 358 else ioc_address[BLOCK_DEVICE_OP] = BLOCK_DEVICE_READ; 359 359 360 // Exit critical section361 _it_enable();362 363 360 // deschedule task 364 361 _ctx_switch();
Note: See TracChangeset
for help on using the changeset viewer.