- Timestamp:
- Nov 23, 2009 7:03:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r24883 r24885 174 174 set_current_state(TASK_RUNNING); \ 175 175 spin_lock_irqsave(&(q)->lock, flags); \ 176 list_del_init( (q)->task_list); \176 list_del_init(&(q)->task_list); \ 177 177 spin_unlock_irqrestore(&(q)->lock, flags); \ 178 178 } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.