Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131123
b: refs/heads/master
c: f7de762
h: refs/heads/master
i:
  131121: 437393d
  131119: fc3167e
v: v3
  • Loading branch information
Stefan Richter authored and Arjan van de Ven committed Feb 8, 2009
1 parent f5f39d1 commit 4fc0630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 766ccb9ed406c230d13c145def08ebea1b932982
refs/heads/master: f7de7621f07495ad14fb23a812003bcf8f6af65a
3 changes: 1 addition & 2 deletions trunk/kernel/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ static void run_one_entry(void)
entry = list_first_entry(&async_pending, struct async_entry, list);

/* 2) move it to the running queue */
list_del(&entry->list);
list_add_tail(&entry->list, entry->running);
list_move_tail(&entry->list, entry->running);
spin_unlock_irqrestore(&async_lock, flags);

/* 3) run it (and print duration)*/
Expand Down

0 comments on commit 4fc0630

Please sign in to comment.