Changeset 101 for trunk/kernel/devices/dev_ioc.c
- Timestamp:
- Jun 29, 2017, 4:44:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_ioc.c
r68 r101 126 126 " for lba = %x / buffer = %x / at cycle %d\n", 127 127 __FUNCTION__ , this->trdid , this->process->pid , 128 lba , (intptr_t)buffer , hal_ time_stamp() );128 lba , (intptr_t)buffer , hal_get_cycles() ); 129 129 130 130 // software L2/L3 cache coherence for memory buffer … … 155 155 " completes / error = %d / at cycle %d\n", 156 156 __FUNCTION__ , this->trdid , this->process->pid , 157 this->command.ioc.error , hal_ time_stamp() );157 this->command.ioc.error , hal_get_cycles() ); 158 158 159 159 // return I/O operation status
Note: See TracChangeset
for help on using the changeset viewer.