Changeset 39026d7c in mainline for uspace/drv/char
- Timestamp:
- 2017-11-29T23:41:05Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 908d634
- Parents:
- f300523
- Location:
- uspace/drv/char
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ski-con/ski-con.c
rf300523 r39026d7c 31 31 */ 32 32 33 #include <async.h> 33 34 #include <ddf/driver.h> 34 35 #include <ddf/log.h> … … 149 150 } 150 151 151 fibril_usleep(POLL_INTERVAL);152 async_usleep(POLL_INTERVAL); 152 153 } 153 154 -
uspace/drv/char/sun4v-con/sun4v-con.c
rf300523 r39026d7c 149 149 150 150 while (con->input_buffer->read_ptr == con->input_buffer->write_ptr) 151 fibril_usleep(POLL_INTERVAL);151 async_usleep(POLL_INTERVAL); 152 152 153 153 p = 0;
Note:
See TracChangeset
for help on using the changeset viewer.